Expand description
The request/response envelope: the normalized LlmRequest/LlmResponse paired
with the original provider payload and correlation Metadata.
Structsยง
- Request
- A request an algorithm routes: the normalized
LlmRequestplus optional host-owned raw data and correlationMetadata. - Response
- A response an algorithm returns: the
LlmResponse(streamed or aggregate) plus optional correlationMetadata.