Commit 9002abc9 authored by Kantz's avatar Kantz
Browse files

debug entfernt

parent 010360f2
......@@ -49,9 +49,4 @@ def solve_with_tools(user_text: str, model: str = "ministral-3") -> str:
tools=[sympy_solve],
use_ollama=True,
)
# Debug-Ausgabe: welche Toolcalls wurden gemacht?
if tool_outputs:
print("TOOLCALLS:", json.dumps(tool_outputs, ensure_ascii=False, indent=2))
else:
print("TOOLCALLS: none")
return llm_client.get_message_content(result)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment