Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DavdGao committed May 11, 2024
1 parent 8f5c45f commit 9ecdc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sphinx_doc/en/source/tutorial/206-prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ messages as input. The message must obey the following rules (updated in
it will be treated as system prompt and the other messages will consist
dialogue history in the system message prefixed by "## Dialogue History".
- If the `url` attribute of messages is not `None`, we will gather all urls in
the `images" field in the returned dictionary.
the `"images"` field in the returned dictionary.

```python
from agentscope.models import OllamaChatWrapper
Expand Down

0 comments on commit 9ecdc03

Please sign in to comment.