Ask a question to get started
Enter to send•Shift+Enter new line
A type representing the various ways a message can be represented.
MessageLikeRepresentation = BaseMessage | list[str] | tuple[str, str] | str | dict[str, Any]