| 42 | } |
| 43 | |
| 44 | class WrappedChat extends openai.OpenAI.Chat { |
| 45 | setClients(opClient: OpenPipe, opCompletionClient: openai.OpenAI) { |
| 46 | this.completions.opClient = opClient; |
| 47 | this.completions.opCompletionClient = opCompletionClient; |
nothing calls this directly
no outgoing calls
no test coverage detected