chore: applied feedback and merged dev into branch

ref: N25B-355
This commit is contained in:
Pim Hutting
2026-01-02 16:08:13 +01:00
parent 6cf25cc587
commit 08812371fd

View File

@@ -64,7 +64,7 @@ class BDIProgramManager(BaseAgent):
""" """
Clear the LLM Agent's conversation history. Clear the LLM Agent's conversation history.
Sends an empty history to the LLM Agent to reset its state. Sends a message to the LLM Agent instructing it to clear its history.
""" """
message = InternalMessage( message = InternalMessage(
to=settings.agent_settings.llm_name, to=settings.agent_settings.llm_name,