mpc logging
This commit is contained in:
@@ -55,6 +55,8 @@ MISTRAL_AGENT_ID=your-mistral-agent-id
|
||||
|
||||
The Mistral agent should have the `listify` connector attached. The authenticated frontend calls `POST /api/assistant/chat`; the API forwards the conversation to `POST /v1/agents/completions` and returns the assistant text. Listify does not parse or execute tool calls locally in this path.
|
||||
|
||||
Every Mistral response is stored in `assistant_chat_logs`. The table includes the sanitized provider request, the full raw provider response, the extracted assistant text sent back to the UI, response status and timing metadata.
|
||||
|
||||
## Run tests
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user