This commit is contained in:
2026-08-06 19:30:59 +07:00
parent ebd79aa686
commit 51fca0aa8c
2 changed files with 39 additions and 52 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ function _process_message(agent::yiemAgent)::assistantMessage
# call agent.prepareContext()
preparedContext = agent.prepareContext(agent._state)
#WORKING Call agent.formatMsgForLLM(agent._state) to format for LLM
# Call agent.formatMsgForLLM(agent._state) to format for LLM
formatted_messages = agent.formatMsgForLLM(preparedContext)
# Call llmCall() (blocking — the task waits here)