GenerationLogOptionsParam#
- class nemo_microservices.types.GenerationLogOptionsParam
Bases:
TypedDict- activated_rails: bool
Include detailed information about the rails that were activated during generation.
- colang_history: bool
Include the history of the conversation in Colang format.
- internal_events: bool
Include the array of internal generated events.
- llm_calls: bool
Include information about all the LLM calls that were made.
This includes: prompt, completion, token usage, raw response, etc.