From 4df10430326f016e1792bf2e684af30b8ddff34b Mon Sep 17 00:00:00 2001 From: narawat Date: Fri, 7 Aug 2026 15:18:42 +0700 Subject: [PATCH] update --- src/type.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/type.jl b/src/type.jl index c803289..4f987c4 100644 --- a/src/type.jl +++ b/src/type.jl @@ -3,7 +3,7 @@ module type run_agent, take_response, follow_up, stop_agent -using Dates, UUIDs, DataStructures, JSON, NATS +using Dates, UUIDs, DataStructures, JSON, NATS, Base.Threads using GeneralUtils const Timestamp = DateTime @@ -587,7 +587,7 @@ carrying the full context through the call chain. # Examples ```julia # After prepareToolCall succeeds, the agent holds a preparedToolCall -prep = preparedToolCall( + prep = preparedToolCall( tool, # agentTool found in context.tools toolCall, # {id: "call_1", name: "search_wine", arguments: "{\"query\": \"red wine\"}"} validatedArgs # Dict("query" => "red wine")