Get a pretty representation of the message.
Example:
from langchain_core.messages import HumanMessage
msg = HumanMessage(content="What is the capital of France?")
print(msg.pretty_repr())
Results in:
================================ Human Message =================================
What is the capital of France?| Name | Type | Description |
|---|---|---|
html | bool | Default: FalseWhether to format the message as HTML. If |