nat.experimental.test_time_compute.models.scoring_config#
Classes#
Configuration for LLMBasedScoring. |
|
Configuration for LLMBasedScoring. |
|
Configuration for a scoring strategy that considers both the original input (task) |
Module Contents#
- class LLMBasedPlanScoringConfig#
Bases:
nat.data_models.ttc_strategy.TTCStrategyBaseConfigConfiguration for LLMBasedScoring.
- scoring_llm: nat.data_models.component_ref.LLMRef | Any | None = None#
- class LLMBasedAgentScoringConfig#
Bases:
nat.data_models.ttc_strategy.TTCStrategyBaseConfigConfiguration for LLMBasedScoring.
- scoring_llm: nat.data_models.component_ref.LLMRef | Any | None = None#
- class MotivationAwareScoringConfig#
Bases:
nat.data_models.ttc_strategy.TTCStrategyBaseConfigConfiguration for a scoring strategy that considers both the original input (task) and the motivation (from metadata) along with the current output.
- scoring_llm: nat.data_models.component_ref.LLMRef | None = None#
- validate_scoring_llm(values)#