Re-exports§
pub use crate::transform::claude::utils::ORPHAN_TOOL_USE_PLACEHOLDER_NAME;pub use crate::transform::claude::utils::push_message_block;
Structs§
Functions§
- enforce_
anthropic_ strict_ schema - Patch a JSON Schema in place so it satisfies Anthropic’s strict-mode
requirements: every
objectnode getsadditionalProperties: false, and every key inpropertiesis added torequired.