Add Blob's "display_name" to the Artifacts tab view
Open
- Dominant language
- TypeScript
- Stars
- 1k
- Forks
- 267
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 9
Description
Currently, display name is not used, but it can be useful to provide in the UI. For example, this code:
```
await tool_context.save_artifact("incident_data",
Part(inline_data=Blob(
display_name=f"Full data for incident {incident_id}",
mime_type="text/json",
data=full_data.model_dump_json().encode("utf-8"))))
```
gets rendered as shown on this image:
Contributor guide
Assessment
This issue has not been assessed yet.