mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-20 09:14:22 +01:00
fix(acp): use newer acp package (#3317)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user