(f4, message)
| 77614 | |
| 77615 | // node_modules/@azure/openai/dist-esm/src/api/OpenAIContext.js |
| 77616 | function createOpenAI(endpoint, credential, options = {}) { |
| 77617 | const clientContext = rest_default(endpoint, credential, options); |
| 77618 | return clientContext; |
| 77619 | } |
| 77620 | |
| 77621 | // node_modules/@azure/openai/dist-esm/src/api/util.js |
| 77622 | function wrapError(f4, message) { |
| 77623 | try { |
| 77624 | const result = f4(); |
| 77625 | return result; |
| 77626 | } catch (cause) { |
no test coverage detected