(receiver, state2, kind3, f4)
| 81792 | } |
| 81793 | if (tool.function.strict !== true) { |
| 81794 | throw new OpenAIError(`The \`${tool.function.name}\` tool is not marked with \`strict: true\`. Only strict function tools can be auto-parsed`); |
| 81795 | } |
| 81796 | } |
| 81797 | } |
| 81798 | |
| 81799 | // node_modules/openai/lib/AbstractChatCompletionRunner.mjs |
| 81800 | var __classPrivateFieldGet10 = function(receiver, state2, kind3, f4) { |
| 81801 | if (kind3 === "a" && !f4) throw new TypeError("Private accessor was defined without a getter"); |
no test coverage detected
searching dependent graphs…