feat(tui): use canonical prompt attachments
This commit is contained in:
parent
91f1815732
commit
c13f06c30c
24 changed files with 611 additions and 466 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue