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
39c9070a
Commit
39c9070a
authored
Feb 16, 2026
by
Kantz
Browse files
decision deaktiviert. Bis es repariert ist.
parent
c4b730a9
Changes
1
Show whitespace changes
Inline
Side-by-side
math-tutor/backend/app/LLM_services/decision_LLM.py
View file @
39c9070a
...
@@ -28,6 +28,7 @@ WICHTIG:
...
@@ -28,6 +28,7 @@ WICHTIG:
"""
"""
def
needs_more_context
(
context_sheet
:
str
)
->
dict
:
def
needs_more_context
(
context_sheet
:
str
)
->
dict
:
return
{
"needs_more_context"
:
False
,
"reason"
:
"nicht funktional"
}
messages
=
[{
"role"
:
"system"
,
"content"
:
CLASSIFIER_SYSTEM
}]
messages
=
[{
"role"
:
"system"
,
"content"
:
CLASSIFIER_SYSTEM
}]
messages
.
append
(
messages
.
append
(
{
{
...
...
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