MCPcopy Create free account
hub / github.com/AI45Lab/Code / verdict_schema

Function verdict_schema

core/src/tools/task.rs:1667–1673  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Calls

no outgoing calls

Tested by

no test coverage detected