Merge branch 'main' into lg-upgrade-litellm

This commit is contained in:
Lucas Gomide
2025-06-05 10:54:42 -03:00
committed by GitHub

View File

@@ -215,9 +215,6 @@ def handle_agent_action_core(
if show_logs:
show_logs(formatted_answer)
if messages is not None:
messages.append({"role": "assistant", "content": tool_result.result})
return formatted_answer