GenerationLog#
- class nemo_microservices.types.GenerationLog(*args: Any, **kwargs: Any)
Bases:
BaseModel- activated_rails: List[ActivatedRail] | None = None
The list of rails that were activated during generation.
- colang_history: str | None = None
The Colang history associated with the generation.
- internal_events: List[object] | None = None
The complete sequence of internal events generated.
- llm_calls: List[LlmCallInfo] | None = None
The list of LLM calls that have been made to fulfill the generation request.
- stats: GenerationStats | None = None
General stats about the generation.