We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddbc583 commit f994e89Copy full SHA for f994e89
README.md
@@ -132,6 +132,8 @@ expect($response->outputText)->toBe('awesome!');
132
After the requests have been sent there are various methods to ensure that the expected requests were sent:
133
134
```php
135
+use OpenAI\Resources\Responses;
136
+
137
// assert completion create request was sent
138
OpenAI::assertSent(Responses::class, function (string $method, array $parameters): bool {
139
return $method === 'create' &&
0 commit comments