report_step_cost
Record the cost of a completed pipeline step, accumulating per-step totals for session reporting.
Instructions
Record the cost of a completed pipeline step. Costs accumulate per step and are flushed when report_session is called.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cost | No | ||
| model | No | ||
| step_name | Yes | ||
| tokens_in | No | ||
| tokens_out | No | ||
| tokens_cache_read | No | ||
| tokens_cache_write | No |