resolve_experiment_request
Validate an ML experiment request by checking required fields and prompting for missing details before execution.
Instructions
Check required experiment fields. If missing is non-empty, ask the user; do not run other tools yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| git_branch | No | ||
| config_path | No | ||
| github_repo | No | ||
| code_version | No | ||
| wandb_entity | No | ||
| wandb_project | No | ||
| data_dir_or_kaggle_slug | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |