Ask a question to get started
Enter to send•Shift+Enter new line
Merge multiple message contents.
merge_content( first_content: str | list[str | dict], *contents: str | list[str | dict] = () ) -> str | list[str | dict]
first_content
str | list[str | dict]
The first content. Can be a string or a list.
content
contents
()
The other contents. Can be a string or a list.