get_study_details
Retrieve detailed telemetry, progress, and status of a YOLO training study. Provides active invoker info and current trial metrics.
Instructions
Get detailed telemetry and status of a specific YOLO training study. Returns progress, active invoker, and current trial metrics.
IMPORTANT WORKFLOW FOR AGENTS: When the user asks 'how is my training going?' (or similar) without providing a study_id:
DO NOT ask the user for the study_id immediately.
First, search the current working directory for
.yamlfiles.Read the discovered
.yamlfiles to check if they contain astudy_idfield.If you find a
study_idinside a YAML file, automatically use this tool with that ID to check its status.Only ask the user for the ID or file path if you cannot find any
.yamlfiles with astudy_idin the current directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| study_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |