Commit 6e95391a authored by Kantz's avatar Kantz
Browse files

Kommentar für Übersicht

parent 8ef36fd6
......@@ -58,6 +58,7 @@ def list_tasks() -> TasksResponse:
task_files=task_files,
)
# Eigentlich sollte die Context-Selection erst passieren wen das schon fest steht
@router.post("/api/tasks/select", response_model=SelectTaskResponse)
def select_task(request: SelectTaskRequest) -> SelectTaskResponse:
......
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