nemo_microservices.types.guardrails_data#

Module Contents#

Classes#

API#

class nemo_microservices.types.guardrails_data.GuardrailsData(/, **data: typing.Any)#

Bases: nemo_microservices._models.BaseModel

config_ids: Optional[List[str]]#

None

The list of configuration ids that were used.

llm_output: Optional[Dict[str, object]]#

None

Contains any additional output coming from the LLM.

log: Optional[nemo_microservices.types.generation_log.GenerationLog]#

None

Contains additional logging information associated with a generation call.

output_data: Optional[Dict[str, object]]#

None

The output data, i.e.

a dict with the values corresponding to the output_vars.