nemoguardrails.rails.llm.options.GenerationLogOptions#

class nemoguardrails.rails.llm.options.GenerationLogOptions[source]#

Bases: BaseModel

Options for what should be included in the generation log.

activated_rails: bool#
llm_calls: bool#
internal_events: bool#
colang_history: bool#
model_config: ClassVar[ConfigDict] = {}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].