ChatPromptValueConcrete#

class langchain_core.prompt_values.ChatPromptValueConcrete[source]#

基础类:ChatPromptValue

聊天提示值,明确列出其接受的消息类型。用于外部模式。

param messages: Sequence[AnyMessage] [Required]#

消息序列。

param type: Literal['ChatPromptValueConcrete'] = 'ChatPromptValueConcrete'#
to_messages() list[BaseMessage]#

将提示作为消息列表返回。

Return type:

列表[BaseMessage]

to_string() str#

返回提示为字符串。

Return type:

字符串