Skip to content

Commit 42d7269

Browse files
Update docs/guide/concepts/agent-strategy.md
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent de14b3c commit 42d7269

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guide/concepts/agent-strategy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ async def on_post_process(self) -> None:
204204
self.ctx.message.append(
205205
Message(
206206
role="user",
207-
content="<END_OF_PROCESS>\nPlease answer me directly by the informations we got before.\n<END_OF_PROCESS>"
207+
content="<END_OF_PROCESS>\nPlease answer me directly based on the information we got before.\n<END_OF_PROCESS>"
208208
)
209209
)
210210
```

0 commit comments

Comments
 (0)