Skip to content

Commit 24734f2

Browse files
sdk
1 parent 423e2fd commit 24734f2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,11 @@ export type Part =
418418
description: string
419419
agent: string
420420
command?: string
421+
parentAgent?: string
422+
parentModel?: {
423+
providerID: string
424+
modelID: string
425+
}
421426
}
422427
| ReasoningPart
423428
| FilePart
@@ -1602,6 +1607,11 @@ export type SubtaskPartInput = {
16021607
description: string
16031608
agent: string
16041609
command?: string
1610+
parentAgent?: string
1611+
parentModel?: {
1612+
providerID: string
1613+
modelID: string
1614+
}
16051615
}
16061616

16071617
export type Command = {

0 commit comments

Comments
 (0)