diff options
| author | Aiden Cline <[email protected]> | 2025-12-05 10:50:14 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-12-05 10:50:14 -0600 |
| commit | 85974e9acd0ab66ba1fe16a078b1c6df57160e9b (patch) | |
| tree | a9ed23e0c42de2434604f67b98d8293c9b1f1017 /packages/sdk/js/src | |
| parent | 864c098701c27016afad20bc121cb1c307eb3dbc (diff) | |
| download | opencode-85974e9acd0ab66ba1fe16a078b1c6df57160e9b.tar.gz opencode-85974e9acd0ab66ba1fe16a078b1c6df57160e9b.zip | |
ignore: regen sdk
Diffstat (limited to 'packages/sdk/js/src')
| -rw-r--r-- | packages/sdk/js/src/gen/types.gen.ts | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts index 58ba58d35..60a68840c 100644 --- a/packages/sdk/js/src/gen/types.gen.ts +++ b/packages/sdk/js/src/gen/types.gen.ts @@ -1318,6 +1318,10 @@ export type Config = { */ batch_tool?: boolean /** + * Enable OpenTelemetry spans for AI SDK calls (using the 'experimental_telemetry' flag) + */ + openTelemetry?: boolean + /** * Tools that should only be available to primary agents. */ primary_tools?: Array<string> @@ -1816,9 +1820,9 @@ export type PtyConnectData = { export type PtyConnectErrors = { /** - * Session not found + * Not found */ - 404: boolean + 404: NotFoundError } export type PtyConnectError = PtyConnectErrors[keyof PtyConnectErrors] |
