summaryrefslogtreecommitdiffhomepage
path: root/packages/sdk/js/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sdk/js/src')
-rw-r--r--packages/sdk/js/src/gen/types.gen.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts
index 3547e17f9..9baf2dcdb 100644
--- a/packages/sdk/js/src/gen/types.gen.ts
+++ b/packages/sdk/js/src/gen/types.gen.ts
@@ -631,6 +631,9 @@ export type TextPart = {
start: number
end?: number
}
+ metadata?: {
+ [key: string]: unknown
+ }
}
export type ReasoningPart = {
@@ -751,6 +754,9 @@ export type ToolPart = {
callID: string
tool: string
state: ToolState
+ metadata?: {
+ [key: string]: unknown
+ }
}
export type StepStartPart = {
@@ -827,6 +833,9 @@ export type TextPartInput = {
start: number
end?: number
}
+ metadata?: {
+ [key: string]: unknown
+ }
}
export type FilePartInput = {