This commit is contained in:
spoons-and-mirrors 2025-12-19 05:35:44 +01:00
parent b9e9c66671
commit 67b52edd4e

View file

@ -418,6 +418,11 @@ export type Part =
description: string
agent: string
command?: string
parentAgent?: string
parentModel?: {
providerID: string
modelID: string
}
}
| ReasoningPart
| FilePart
@ -1602,6 +1607,11 @@ export type SubtaskPartInput = {
description: string
agent: string
command?: string
parentAgent?: string
parentModel?: {
providerID: string
modelID: string
}
}
export type Command = {