nemo_microservices.types.generation_log#

Module Contents#

Classes#

API#

class nemo_microservices.types.generation_log.GenerationLog(/, **data: typing.Any)#

Bases: nemo_microservices._models.BaseModel

activated_rails: Optional[List[nemo_microservices.types.activated_rail.ActivatedRail]]#

None

The list of rails that were activated during generation.

colang_history: Optional[str]#

None

The Colang history associated with the generation.

internal_events: Optional[List[Dict[str, object]]]#

None

The complete sequence of internal events generated.

llm_calls: Optional[List[nemo_microservices.types.llm_call_info.LlmCallInfo]]#

None

The list of LLM calls that have been made to fulfill the generation request.

stats: Optional[nemo_microservices.types.generation_stats.GenerationStats]#

None

General stats about the generation.