fix(acp): use newer acp package (#3317)
This commit is contained in:
parent
f9036734eb
commit
731122bf99
9 changed files with 18 additions and 15 deletions
|
|
@ -970,6 +970,7 @@ export type FileNode = {
|
|||
}
|
||||
|
||||
export type FileContent = {
|
||||
type: "text"
|
||||
content: string
|
||||
diff?: string
|
||||
patch?: {
|
||||
|
|
@ -986,6 +987,8 @@ export type FileContent = {
|
|||
}>
|
||||
index?: string
|
||||
}
|
||||
encoding?: "base64"
|
||||
mimeType?: string
|
||||
}
|
||||
|
||||
export type File = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue