Applies to:
- Plan:
- Deployment:
Eval() configuration. Define parameters with type definitions, descriptions, and defaults, then access them within task functions using hooks.parameters.get(). Orchestration settings like experiment_name and max_concurrency control eval execution but are not exposed through hooks.
Configuration Steps
Step 1: Define parameters in Eval configuration
Add parameters with type, description, and default values to your Eval() call.Step 2: Access parameters in task function
Usehooks.parameters.get() to retrieve parameter values in your task.