langchain_core.messages.base
.get_msg_title_repr¶
- langchain_core.messages.base.get_msg_title_repr(title: str, *, bold: bool = False) str [source]¶
获取消息的标题表示。
- 参数
title (str) – 标题。
加粗 (布尔值) – 是否加粗标题。默认为False。
- 返回值
标题表示。
- 返回类型
字符串 (str)