Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
math_tutor_dev
public_math_tutor
Commits
9002abc9
Commit
9002abc9
authored
Feb 16, 2026
by
Kantz
Browse files
debug entfernt
parent
010360f2
Changes
1
Show whitespace changes
Inline
Side-by-side
math-tutor/backend/app/LLM_services/math_intent_LLM.py
View file @
9002abc9
...
@@ -49,9 +49,4 @@ def solve_with_tools(user_text: str, model: str = "ministral-3") -> str:
...
@@ -49,9 +49,4 @@ def solve_with_tools(user_text: str, model: str = "ministral-3") -> str:
tools
=
[
sympy_solve
],
tools
=
[
sympy_solve
],
use_ollama
=
True
,
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
)
return
llm_client
.
get_message_content
(
result
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment