validate_completion_metadata
Validate billing metadata before running completions by checking required fields and valid values for client_id, app, and environment.
Instructions
Validate billing metadata before running a completion. Checks for required fields (client_id, app, env) and valid values.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | No | Client ID for billing attribution | |
| app | No | App identifier | |
| env | No | Environment | |
| project_id | No | Project ID for granular billing | |
| feature | No | Feature name for tracking |