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