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 6bcf1b7 commit 287d5f8Copy full SHA for 287d5f8
docs/components/agent.rst
@@ -37,7 +37,7 @@ array of options::
37
// Platform instantiation
38
39
$agent = new Agent($platform, $model);
40
- $input = new MessageBag(
+ $messages = new MessageBag(
41
Message::forSystem('You are a helpful chatbot answering questions about LLM agent.'),
42
Message::ofUser('Hello, how are you?'),
43
);
0 commit comments