start_run
Initialize a new audit run for a user query. Clears previous events and returns a run ID to log subsequent tool calls automatically.
Instructions
Begin a new audit run for a user query.
Call once at the start of each user question.
Clears previous in-memory events and returns a run_id.
All subsequent tool calls will log themselves to this run automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |