Skip to content

Commit

Permalink
Fixed an error
Browse files Browse the repository at this point in the history
  • Loading branch information
writinwaters committed Oct 19, 2024
1 parent 334b4bd commit 0155943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/python_api_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `""`
Expand Down

0 comments on commit 0155943

Please sign in to comment.