Skip to content

Commit 287d5f8

Browse files
committed
[Doc][Agent] Fix typo
1 parent 6bcf1b7 commit 287d5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/agent.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ array of options::
3737
// Platform instantiation
3838

3939
$agent = new Agent($platform, $model);
40-
$input = new MessageBag(
40+
$messages = new MessageBag(
4141
Message::forSystem('You are a helpful chatbot answering questions about LLM agent.'),
4242
Message::ofUser('Hello, how are you?'),
4343
);

0 commit comments

Comments
 (0)