update
This commit is contained in:
+3
-1
@@ -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[]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user