convert_message_to_dict#
- langchain_community.chat_models.tongyi.convert_message_to_dict(message: BaseMessage) dict [source]#
将消息转换为字典。
- Parameters:
消息 (BaseMessage)
- Return type:
字典
使用 convert_message_to_dict 的示例
将消息转换为字典。
消息 (BaseMessage)
字典
使用 convert_message_to_dict 的示例