From 9ecdc03c3d8153a50d0441882486e41188817186 Mon Sep 17 00:00:00 2001 From: DavdGao Date: Sat, 11 May 2024 14:03:12 +0800 Subject: [PATCH] fix typo --- docs/sphinx_doc/en/source/tutorial/206-prompt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx_doc/en/source/tutorial/206-prompt.md b/docs/sphinx_doc/en/source/tutorial/206-prompt.md index 52a4800bf..f99c86024 100644 --- a/docs/sphinx_doc/en/source/tutorial/206-prompt.md +++ b/docs/sphinx_doc/en/source/tutorial/206-prompt.md @@ -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