mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-17 15:35:14 +00:00
.
This commit is contained in:
@@ -21,8 +21,7 @@ if TYPE_CHECKING:
|
|||||||
class BaseMessage(Serializable):
|
class BaseMessage(Serializable):
|
||||||
"""Base abstract message class.
|
"""Base abstract message class.
|
||||||
|
|
||||||
Messages are the inputs and outputs of ChatModels.
|
Messages are the inputs and outputs of ``ChatModel``s.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
content: Union[str, list[Union[str, dict]]]
|
content: Union[str, list[Union[str, dict]]]
|
||||||
|
Reference in New Issue
Block a user