This commit is contained in:
2026-08-05 10:27:17 +07:00
parent a3f9e39249
commit afc866a3a5
4 changed files with 418 additions and 620 deletions
+10 -1
View File
@@ -295,7 +295,7 @@ function agentState(
end
struct toolCall # A tool invocation from the LLM
struct agentToolCall # A tool invocation from the LLM
type::String # Always "function"
id::String # Unique tool call identifier
name::String # Tool name
@@ -528,6 +528,15 @@ end