(message)
| 81496 | })(Assistants || (Assistants = {})); |
| 81497 | |
| 81498 | // node_modules/openai/lib/RunnableFunction.mjs |
| 81499 | function isRunnableFunctionWithParse(fn) { |
| 81500 | return typeof fn.parse === "function"; |
| 81501 | } |
| 81502 | |
| 81503 | // node_modules/openai/lib/chatCompletionUtils.mjs |
no outgoing calls
no test coverage detected
searching dependent graphs…