Helpers for turning Rust type information into JSON Schema that can be
shipped alongside a prompt. The JSON is produced with schemars and
can be forwarded to providers that support structured / function-calling
responses (e.g. OpenAI’s response_format = json_schema).