diff options
| author | Giuseppe Rota <[email protected]> | 2025-10-21 16:35:09 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-21 09:35:09 -0500 |
| commit | 731122bf99c69e3a01ba4781180badae129d4896 (patch) | |
| tree | 9090ab273e285ca3453ff0eb97421fd77ee040d9 /packages/sdk/js/src | |
| parent | f9036734eb624d5070d882892a81383300880cc0 (diff) | |
| download | opencode-731122bf99c69e3a01ba4781180badae129d4896.tar.gz opencode-731122bf99c69e3a01ba4781180badae129d4896.zip | |
fix(acp): use newer acp package (#3317)
Diffstat (limited to 'packages/sdk/js/src')
| -rw-r--r-- | packages/sdk/js/src/gen/types.gen.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts index afca94864..1e92472dc 100644 --- a/packages/sdk/js/src/gen/types.gen.ts +++ b/packages/sdk/js/src/gen/types.gen.ts @@ -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 = { |
