feat(tui): use canonical prompt attachments

This commit is contained in:
Dax Raad
2026-07-06 14:34:57 -04:00
parent 728c74edbb
commit 5f77640149
24 changed files with 611 additions and 466 deletions
+2
View File
@@ -3264,6 +3264,7 @@ export type PromptSource = {
export type PromptFileAttachment = {
uri: string
mime: string
content?: string
name?: string
description?: string
source?: PromptSource
@@ -7903,6 +7904,7 @@ export type PromptInputV2 = {
export type PromptFileAttachment2 = {
uri: string
mime: string
content?: string
name?: string
description?: string
source?: PromptSource2