langchain_prompty.utils
.run¶
- langchain_prompty.utils.run(prompt: Prompty, content: Union[Dict, List, str]configuration: Dict[str, Any] = {}parameters: Dict[str, Any] = {}raw: bool = False) Any[source]¶
运行 Prompty。
- 参数
prompt (Prompty) – Prompty 对象。
content (Union[Dict, List, str]) – 在其上运行 Prompty 的内容。
configuration (Dict[str, Any]) – 要使用的配置。默认为 {}。
parameters (Dict[str, Any]) – 要使用的参数。默认为 {}。
raw (bool) – 是否返回原始输出。默认为 False。
- 返回
运行 Prompty 的结果。
- 返回类型
Any