From 0155943a3b0912feb5b4b4ddf79f817b624e1131 Mon Sep 17 00:00:00 2001 From: writinwaters Date: Sat, 19 Oct 2024 19:05:53 +0800 Subject: [PATCH] Fixed an error --- api/python_api_reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/python_api_reference.md b/api/python_api_reference.md index 11fb4df3d7..948b757d83 100644 --- a/api/python_api_reference.md +++ b/api/python_api_reference.md @@ -902,7 +902,7 @@ Updates configurations for the current chat assistant. #### update_message: `dict[str, str|list[str]|dict[]]`, *Required* -A dictionary representing the attributes to update, with the following three keys: +A dictionary representing the attributes to update, with the following keys: - `"name"`: `str` The name of the chat assistant to update. - `"avatar"`: `str` Base64 encoding of the avatar. Defaults to `""`