字符串提示值#

class langchain_core.prompt_values.StringPromptValue[source]#

基础类:PromptValue

字符串提示值。

param text: str [Required]#

提示文本。

param type: Literal['StringPromptValue'] = 'StringPromptValue'#
to_messages() list[BaseMessage][来源]#

返回提示作为消息。

Return type:

列表[BaseMessage]

to_string() str[source]#

返回提示为字符串。

Return type:

字符串