llm_request_result
Retrieve persisted LLM request results using a correlation ID, including both prompt and response for sync or async calls.
Instructions
Read back any persisted request (sync or async) from the flight recorder by correlationId, including prompt and response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxChars | No | Max chars of the persisted response to return | |
| correlationId | Yes | Correlation id from a prior request's structuredContent.correlationId (sync or async) | |
| includePrompt | No | Include the full persisted prompt text in the result |