This commit is contained in:
2026-08-07 09:37:27 +07:00
parent d63ddd3d27
commit b08121ee50
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -176,6 +176,9 @@ function _process_message(agent::yiemAgent)::assistantMessage
# loop until llmCall() response didn't use tool calls
final_response = nothing
while true
#WORKING check
# call agent.prepareContext()
preparedContext = agent.prepareContext(agent._state)