nemo_microservices.types.shared_params.user_messages_config#
Module Contents#
Classes#
API#
- class nemo_microservices.types.shared_params.user_messages_config.UserMessagesConfig#
Bases:
typing_extensions.TypedDict- embeddings_only: bool#
None
Whether to use only embeddings for computing the user canonical form messages.
- embeddings_only_fallback_intent: str#
None
Defines the fallback intent when the similarity is below the threshold.
If set to None, the user intent is computed normally using the LLM. If set to a string value, that string is used as the intent.
- embeddings_only_similarity_threshold: float#
None
The similarity threshold to use when using only embeddings for computing the user canonical form messages.