(tool)
| 81710 | } |
| 81711 | return this._emit("error", new OpenAIError(String(error))); |
| 81712 | }; |
| 81713 | |
| 81714 | // node_modules/openai/lib/parser.mjs |
| 81715 | function isAutoParsableResponseFormat(response_format) { |
| 81716 | return response_format?.["$brand"] === "auto-parseable-response-format"; |
| 81717 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…