diff options
| author | Dax <[email protected]> | 2025-11-19 13:10:09 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-19 13:10:09 -0500 |
| commit | 16fdc9097604cf5ec2fc822068cf17343689e3e5 (patch) | |
| tree | 3be84efae0a4c192bdc1876023ed304dfcdfd86c /packages/sdk/js/src | |
| parent | 793542230f48933dcf48eb91d4d59b73b67f8066 (diff) | |
| download | opencode-16fdc9097604cf5ec2fc822068cf17343689e3e5.tar.gz opencode-16fdc9097604cf5ec2fc822068cf17343689e3e5.zip | |
fix: resolve issue 4475 (#4505)
Diffstat (limited to 'packages/sdk/js/src')
| -rw-r--r-- | packages/sdk/js/src/gen/types.gen.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts index d9414d393..52cde5e58 100644 --- a/packages/sdk/js/src/gen/types.gen.ts +++ b/packages/sdk/js/src/gen/types.gen.ts @@ -2294,6 +2294,10 @@ export type SessionCommandResponse = SessionCommandResponses[keyof SessionComman export type SessionShellData = { body?: { agent: string + model?: { + providerID: string + modelID: string + } command: string } path: { |
