mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 11:25:15 +00:00
fix: optional toolCallID
This commit is contained in:
parent
ef633fe92e
commit
d9210af98c
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ export namespace Tool {
|
|||
export type Context<M extends Metadata = Metadata> = {
|
||||
sessionID: string
|
||||
messageID: string
|
||||
toolCallID: string
|
||||
toolCallID?: string
|
||||
abort: AbortSignal
|
||||
metadata(input: { title?: string; metadata?: M }): void
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue