agent_block_testkit/shapes/mod.rs
1//! Provider response-shape catalog: spec-conformant and deliberately broken
2//! tool-calling shapes.
3//!
4//! Broken variants carry a comment naming the stack that emits them; the
5//! shapes are grounded in public provider documentation and issue trackers
6//! (see the crate-level docs and the source comments per builder).
7
8pub mod anthropic;
9pub mod openai;