docs
This commit is contained in:
@@ -38,8 +38,12 @@ Default dev URL: `http://localhost:5173`
|
||||
- Chat mode: transcript + provider/model controls.
|
||||
- Search mode: top AI answer block + Google-style Exa results view.
|
||||
- Composer adapts to the active item:
|
||||
- Chat sends `POST /v1/chat-completions`.
|
||||
- Search sends `POST /v1/searches/:searchId/run`.
|
||||
- Chat sends `POST /v1/chat-completions/stream` (SSE).
|
||||
- Search sends `POST /v1/searches/:searchId/run/stream` (SSE).
|
||||
|
||||
Client API contract docs:
|
||||
- `../docs/api/rest.md`
|
||||
- `../docs/api/streaming-chat.md`
|
||||
|
||||
## Routes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user