()
| 18 | }); |
| 19 | |
| 20 | const lastLoggedCall = async () => |
| 21 | opClient.baseClient.default.localTestingOnlyGetLatestLoggedCall(); |
| 22 | |
| 23 | test("reports valid response payload", async () => { |
| 24 | const payload: ChatCompletionCreateParams = { |
no test coverage detected