Skip to content

Commit caa5686

Browse files
refactor: make instructions parameter nullable in ServerBuilder
1 parent 0b2beed commit caa5686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServerBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public function withPaginationLimit(int $paginationLimit): self
129129
* etc. It can be thought of like a "hint" to the model. For example, this information MAY
130130
* be added to the system prompt.
131131
*/
132-
public function withInstructions(string $instructions): self
132+
public function withInstructions(?string $instructions): self
133133
{
134134
$this->instructions = $instructions;
135135

0 commit comments

Comments
 (0)