pub fn family_honors_wire_api(family: &str) -> boolExpand description
Whether a canonical provider family honors the wire_api config field.
Mirrors the provider factory in zeroclaw-providers: only the
bring-your-own-endpoint families build either a chat-completions or a
responses provider from wire_api. Every branded vendor family has a
fixed wire protocol and ignores the field. Kept in lockstep with the
FamilyProviderFactory impls that branch on wire_api == Responses
(openai, llamacpp, custom, and the generic openai-compatible path).