Skip to content

Commit 85974e9

Browse files
committed
ignore: regen sdk
1 parent 864c098 commit 85974e9

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

packages/sdk/js/src/gen/types.gen.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,6 +1317,10 @@ export type Config = {
13171317
* Enable the batch tool
13181318
*/
13191319
batch_tool?: boolean
1320+
/**
1321+
* Enable OpenTelemetry spans for AI SDK calls (using the 'experimental_telemetry' flag)
1322+
*/
1323+
openTelemetry?: boolean
13201324
/**
13211325
* Tools that should only be available to primary agents.
13221326
*/
@@ -1816,9 +1820,9 @@ export type PtyConnectData = {
18161820

18171821
export type PtyConnectErrors = {
18181822
/**
1819-
* Session not found
1823+
* Not found
18201824
*/
1821-
404: boolean
1825+
404: NotFoundError
18221826
}
18231827

18241828
export type PtyConnectError = PtyConnectErrors[keyof PtyConnectErrors]

0 commit comments

Comments
 (0)