File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,9 @@ public function processInput(Input $input): void
63
63
$ message = <<<PROMPT
64
64
{$ this ->systemPrompt }
65
65
66
- # Available tools
66
+ # Tools
67
+
68
+ The following tools are available to assist you in completing the user's request:
67
69
68
70
{$ tools }
69
71
PROMPT ;
Original file line number Diff line number Diff line change @@ -140,7 +140,9 @@ public function execute(ToolCall $toolCall): mixed
140
140
$ this ->assertSame (<<<PROMPT
141
141
This is a system prompt
142
142
143
- # Available tools
143
+ # Tools
144
+
145
+ The following tools are available to assist you in completing the user's request:
144
146
145
147
## tool_no_params
146
148
A tool without parameters
@@ -180,7 +182,9 @@ public function execute(ToolCall $toolCall): mixed
180
182
$ this ->assertSame (<<<PROMPT
181
183
My dynamic system prompt.
182
184
183
- # Available tools
185
+ # Tools
186
+
187
+ The following tools are available to assist you in completing the user's request:
184
188
185
189
## tool_no_params
186
190
A tool without parameters
You can’t perform that action at this time.
0 commit comments