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
6e95391a
Commit
6e95391a
authored
Mar 02, 2026
by
Kantz
Browse files
Kommentar für Übersicht
parent
8ef36fd6
Changes
1
Show whitespace changes
Inline
Side-by-side
math-tutor/backend/app/api/tasks.py
View file @
6e95391a
...
@@ -58,6 +58,7 @@ def list_tasks() -> TasksResponse:
...
@@ -58,6 +58,7 @@ def list_tasks() -> TasksResponse:
task_files
=
task_files
,
task_files
=
task_files
,
)
)
# Eigentlich sollte die Context-Selection erst passieren wen das schon fest steht
@
router
.
post
(
"/api/tasks/select"
,
response_model
=
SelectTaskResponse
)
@
router
.
post
(
"/api/tasks/select"
,
response_model
=
SelectTaskResponse
)
def
select_task
(
request
:
SelectTaskRequest
)
->
SelectTaskResponse
:
def
select_task
(
request
:
SelectTaskRequest
)
->
SelectTaskResponse
:
...
...
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