nemo_microservices.types.intake.flexible_entry_response_param#
Module Contents#
Classes#
Data#
API#
- nemo_microservices.types.intake.flexible_entry_response_param.FlexibleEntryResponseParam: typing_extensions.TypeAlias#
None
- class nemo_microservices.types.intake.flexible_entry_response_param.FlexibleEntryResponseParamTyped#
Bases:
typing_extensions.TypedDict- choices: typing_extensions.Required[Iterable[Dict[str, object]]]#
None
A list of response choices generated by the model.
Each choice typically contains a message object with role, content, and optional tool_calls. The structure varies by provider but commonly includes fields like
index,message, andfinish_reason.