YueGuobin 2df05dff6e feat(api): nest chat endpoints under projects and refactor dependencies
- Change chat router prefix from `/chat` to `/projects/{project_id}/chat`
- Add `dep_project` dependency to inject Project instance into endpoints
- Remove manual project validation in `stream_chat` and use dependency instead
- Add placeholder `list_sessions` endpoint for future session listing
- Update `get_history` endpoint to use project dependency and adjust path
- Improve code organization and error handling for project retrieval
2026-03-04 12:43:36 +08:00
..
2025-02-22 20:14:13 +10:00
2024-03-16 16:00:27 +01:00
2026-02-23 23:26:42 +08:00
2023-09-14 22:41:08 +07:00
2024-10-31 19:23:28 +10:00