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