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, 0 insertions, 9 deletions
diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts
index 0a8513baa..e0cf7cdfd 100644
--- a/packages/sdk/js/src/gen/types.gen.ts
+++ b/packages/sdk/js/src/gen/types.gen.ts
@@ -649,9 +649,6 @@ export type TextPart = {
type: "text"
text: string
synthetic?: boolean
- metadata?: {
- [key: string]: unknown
- }
time?: {
start: number
end?: number
@@ -776,9 +773,6 @@ export type ToolPart = {
callID: string
tool: string
state: ToolState
- metadata?: {
- [key: string]: unknown
- }
}
export type StepStartPart = {
@@ -851,9 +845,6 @@ export type TextPartInput = {
type: "text"
text: string
synthetic?: boolean
- metadata?: {
- [key: string]: unknown
- }
time?: {
start: number
end?: number