This commit is contained in:
2026-08-09 06:27:48 +07:00
parent 069240912b
commit da16c80a0a
9 changed files with 66 additions and 103 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ function getTool()::agentTool
execute = (toolCallId, args, signal, onPartialResult) -> begin
city = args["city"]
return agentToolResult(
[textContent("Sunny, 22C in $(city)")],
[textContent("Sunny, 22C in Bangkok")],
Dict{Any,Any}(), nothing, false
)
end,