We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 423e2fd commit 24734f2Copy full SHA for 24734f2
packages/sdk/js/src/v2/gen/types.gen.ts
@@ -418,6 +418,11 @@ export type Part =
418
description: string
419
agent: string
420
command?: string
421
+ parentAgent?: string
422
+ parentModel?: {
423
+ providerID: string
424
+ modelID: string
425
+ }
426
}
427
| ReasoningPart
428
| FilePart
@@ -1602,6 +1607,11 @@ export type SubtaskPartInput = {
1602
1607
1603
1608
1604
1609
1610
1611
1612
1613
1614
1605
1615
1606
1616
1617
export type Command = {
0 commit comments