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 0b2beed commit caa5686Copy full SHA for caa5686
src/ServerBuilder.php
@@ -129,7 +129,7 @@ public function withPaginationLimit(int $paginationLimit): self
129
* etc. It can be thought of like a "hint" to the model. For example, this information MAY
130
* be added to the system prompt.
131
*/
132
- public function withInstructions(string $instructions): self
+ public function withInstructions(?string $instructions): self
133
{
134
$this->instructions = $instructions;
135
0 commit comments