sync
This commit is contained in:
@@ -492,9 +492,9 @@ export namespace Session {
|
|||||||
)
|
)
|
||||||
if (match && match.type === "tool-invocation") {
|
if (match && match.type === "tool-invocation") {
|
||||||
match.toolInvocation = {
|
match.toolInvocation = {
|
||||||
args: match.toolInvocation.args,
|
args: value.args,
|
||||||
toolCallId: match.toolInvocation.toolCallId,
|
toolCallId: value.toolCallId,
|
||||||
toolName: match.toolInvocation.toolName,
|
toolName: value.toolName,
|
||||||
state: "result",
|
state: "result",
|
||||||
result: value.result as string,
|
result: value.result as string,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user