Preview Raw Payload
Inspect the raw LLM request payload without sending it.
This endpoint processes the message through the agent loop up until the LLM request, then returns the raw request payload that would be sent to the LLM provider. Useful for debugging and inspection.
Path parameters
Request body
Response
Successful Response
Changes
Changed in 1 of the 36 revisions of this API.6
- ○
added the new optional request property
anyOf[subschema #1: LettaRequest]/messages/items/anyOf[subschema #1: MessageCreate]/content/anyOf[subschema #1]/items/oneOf[subschema #1: TextContent]/signaturenew-optional-request-property
- ○
added the new optional request property
anyOf[subschema #1: LettaRequest]/messages/items/anyOf[subschema #1: MessageCreate]/content/anyOf[subschema #1]/items/oneOf[subschema #3: ToolCallContent]/signaturenew-optional-request-property
- ○
added the new optional request property
anyOf[subschema #1: LettaRequest]/messages/items/anyOf[subschema #1: MessageCreate]/content/anyOf[subschema #1]/items/oneOf[subschema #7: OmittedReasoningContent]/signaturenew-optional-request-property
- ○
added the new optional request property
anyOf[subschema #2: LettaStreamingRequest]/messages/items/anyOf[subschema #1: MessageCreate]/content/anyOf[subschema #1]/items/oneOf[subschema #1: TextContent]/signaturenew-optional-request-property
- ○
added the new optional request property
anyOf[subschema #2: LettaStreamingRequest]/messages/items/anyOf[subschema #1: MessageCreate]/content/anyOf[subschema #1]/items/oneOf[subschema #3: ToolCallContent]/signaturenew-optional-request-property
- ○
added the new optional request property
anyOf[subschema #2: LettaStreamingRequest]/messages/items/anyOf[subschema #1: MessageCreate]/content/anyOf[subschema #1]/items/oneOf[subschema #7: OmittedReasoningContent]/signaturenew-optional-request-property
- ○