Skip to content

Commit 1c83fc5

Browse files
Update docs/guide/api-reference/classes/AgentStrategy.md
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent 008b70c commit 1c83fc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guide/api-reference/classes/AgentStrategy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ async def on_post_process(self) -> None:
9797
self.ctx.message.append(
9898
Message(
9999
role="user",
100-
content="<END_OF_PROCESS>\nPlease answer me directly by the informations we got before.\n<END_OF_PROCESS>"
100+
content="<END_OF_PROCESS>\nPlease answer me directly based on the information we got before.\n<END_OF_PROCESS>"
101101
)
102102
)
103103
```

0 commit comments

Comments
 (0)