Module response

Module response 

Source
Expand description

Inference response parsing and conversion.

Parses model responses into structured items keyed by label and converts them to Values using Typedefs. Supports inline key-value pairs and multiline blocks with common prefixes and checkbox-style task items. Permissive by design so that strict validation can be applied in later stages.

Enums§

Response
Parsed inference response for a single key.

Functions§

parse_response
Parse formatted model output into a map from key to Response.