(response_format: object)
| 226 | |
| 227 | |
| 228 | def is_response_format_param(response_format: object) -> TypeGuard[ResponseFormatParam]: |
| 229 | return is_dict(response_format) |
| 230 | |
| 231 | |
| 232 | def is_parseable_tool(input_tool: ChatCompletionToolUnionParam) -> bool: |
no test coverage detected