nemo_microservices.types.intake.flexible_entry_response#

Module Contents#

Classes#

API#

class nemo_microservices.types.intake.flexible_entry_response.FlexibleEntryResponse(/, **data: typing.Any)#

Bases: nemo_microservices._models.BaseModel

choices: List[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, and finish_reason.