Skip to main content

Module envelope

Module envelope 

Source
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 LlmRequest plus optional host-owned raw data and correlation Metadata.
Response
A response an algorithm returns: the LlmResponse (streamed or aggregate) plus optional correlation Metadata.