Skip to content

Commit 58eacc3

Browse files
committed
minor #1217 [Agent][Doc] Fix typo (lyrixx)
This PR was merged into the main branch. Discussion ---------- [Agent][Doc] Fix typo | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | yes | Issues | | License | MIT Commits ------- 287d5f8 [Doc][Agent] Fix typo
2 parents 6bcf1b7 + 287d5f8 commit 58eacc3

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)