This commit is contained in:
2026-08-05 04:21:44 +07:00
parent ba13ccc4b9
commit a3f9e39249
3 changed files with 279 additions and 33 deletions
+1 -1
View File
@@ -386,7 +386,7 @@ mutable struct yiemAgent <: agent # High-level agent wrapper
# Callback invoked before executing a tool call (ask for user permission/confirmation/abort, etc..)
beforeToolCall::Union{Function, Nothing}
executeToolCalls::Function # execute tool calls
executeToolCalls::Function # execute tool calls ()
# Callback invoked after executing a tool call to sanitize tools output so the output is ready
# to be converted into toolResults message