()
| 1665 | } |
| 1666 | |
| 1667 | fn verdict_schema() -> serde_json::Value { |
| 1668 | serde_json::json!({ |
| 1669 | "type": "object", |
| 1670 | "properties": { "verdict": { "type": "string" } }, |
| 1671 | "required": ["verdict"] |
| 1672 | }) |
| 1673 | } |
| 1674 | |
| 1675 | #[tokio::test] |
| 1676 | async fn execute_step_with_schema_coerces_structured_output() { |
no outgoing calls
no test coverage detected