nemo_microservices.types.guardrails_data#

Module Contents#

Classes#

API#

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

Bases: nemo_microservices._models.BaseModel

config_ids: List[str] | None#

None

The list of configuration ids that were used.

llm_output: Dict[str, object] | None#

None

Contains any additional output coming from the LLM.

log: nemo_microservices.types.generation_log.GenerationLog | None#

None

Contains additional logging information associated with a generation call.

output_data: Dict[str, object] | None#

None

The output data, i.e.

a dict with the values corresponding to the output_vars.