nemo_microservices.types.generation_log#

Module Contents#

Classes#

API#

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

Bases: nemo_microservices._models.BaseModel

activated_rails: List[nemo_microservices.types.activated_rail.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[Dict[str, object]] | None#

None

The complete sequence of internal events generated.

llm_calls: List[nemo_microservices.types.llm_call_info.LlmCallInfo] | None#

None

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

stats: nemo_microservices.types.generation_stats.GenerationStats | None#

None

General stats about the generation.