Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit c9a4044

Browse files
committed
-
1 parent 12422a4 commit c9a4044

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Chain/InputProcessor/SystemPromptInputProcessor.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414

1515
final readonly class SystemPromptInputProcessor implements InputProcessor
1616
{
17+
/**
18+
* @param string $systemPrompt the system prompt to prepend to the input messages
19+
* @param ToolBoxInterface|null $toolBox the tool box to be used to append the tool definitions to the system prompt
20+
*/
1721
public function __construct(
1822
private string $systemPrompt,
1923
private ?ToolBoxInterface $toolBox = null,

0 commit comments

Comments
 (0)