langchain_core.prompt_values
.StringPromptValue¶
- class langchain_core.prompt_values.StringPromptValue[source]¶
基础:
PromptValue
字符串提示值。
- 参数text:str [必需]¶
提示文本。
- 参数type:Literal ['StringPromptValue']= 'StringPromptValue'¶
- to_messages() List[BaseMessage] [source]¶
将提示作为消息返回。
- 返回类型
列表[BaseMessage]