mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
sdk
This commit is contained in:
parent
b9e9c66671
commit
67b52edd4e
1 changed files with 10 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue