log-metric
Record a numeric metric for a specific run, with optional timestamp and step. Required parameters: run ID, metric name, and value.
Instructions
Log a single metric value to a run
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | ||
| key | Yes | Metric name | |
| value | Yes | Metric value | |
| timestamp | No | Unix timestamp ms (defaults to now) | |
| step | No | Step at which metric was recorded |