mirror of
https://github.com/sst/opencode.git
synced 2025-08-04 13:30:52 +00:00
sync
This commit is contained in:
parent
300d0474a3
commit
979bad3e64
1 changed files with 3 additions and 3 deletions
|
@ -492,9 +492,9 @@ export namespace Session {
|
|||
)
|
||||
if (match && match.type === "tool-invocation") {
|
||||
match.toolInvocation = {
|
||||
args: match.toolInvocation.args,
|
||||
toolCallId: match.toolInvocation.toolCallId,
|
||||
toolName: match.toolInvocation.toolName,
|
||||
args: value.args,
|
||||
toolCallId: value.toolCallId,
|
||||
toolName: value.toolName,
|
||||
state: "result",
|
||||
result: value.result as string,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue