This commit is contained in:
2026-08-07 08:46:48 +07:00
parent d0bacbb538
commit 0a6af36b34
9 changed files with 18 additions and 892 deletions
+3 -1
View File
@@ -184,8 +184,10 @@ function _process_message(agent::yiemAgent)::assistantMessage
# Call llmCall() (blocking — the task waits here)
response = agent.llmCall(formatted_messages)
error(5555555)
# Check if LLM used tool calls (inspect content for tool_call blocks)
#WORKING Check if LLM used tool calls (inspect content for tool_call blocks)
has_tool_calls = false
tool_call_list = agentToolCall[]