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
0e2fdffd
Commit
0e2fdffd
authored
Mar 19, 2026
by
Kantz
Browse files
alter debug code entfertn
parent
3eb6567e
Changes
2
Hide whitespace changes
Inline
Side-by-side
math-tutor/backend/app/deterministic_services/orchestrators/orchestrator_feedback.py
View file @
0e2fdffd
...
...
@@ -84,7 +84,6 @@ def _retrieve_context_for_task(state: base.ChatState, query_text: str) -> int:
def
_on_bootstrap
(
state
:
base
.
ChatState
,
query_text
:
str
)
->
None
:
source_count
=
_retrieve_context_for_task
(
state
,
query_text
)
print
(
f
"_retrieve_context_for_task source_count=
{
source_count
}
"
)
if
source_count
>
0
:
_ensure_context_task_fields
(
state
,
query_text
)
task_text
=
context_store
.
context_store_new
.
get_task
(
state
.
sheet
).
strip
()
...
...
math-tutor/backend/app/deterministic_services/orchestrators/orchestrator_task.py
View file @
0e2fdffd
...
...
@@ -85,7 +85,6 @@ def _retrieve_context_for_task(state: base.ChatState, query_text: str) -> int:
def
_on_bootstrap
(
state
:
base
.
ChatState
,
query_text
:
str
)
->
None
:
source_count
=
_retrieve_context_for_task
(
state
,
query_text
)
print
(
f
"_retrieve_context_for_task source_count=
{
source_count
}
"
)
if
source_count
>
0
:
_ensure_context_task_fields
(
state
,
query_text
)
task_text
=
context_store
.
context_store_new
.
get_task
(
state
.
sheet
).
strip
()
...
...
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