langchain_experimental.cpal.models.NarrativeModel

class langchain_experimental.cpal.models.NarrativeModel[source]

基类: BaseModel

将叙述输入作为三个故事元素。

通过解析和验证关键字参数中的输入数据来创建新的模型。

如果输入数据无法解析为有效模型,则引发ValidationError异常。

参数 story_hypothetical: str [必填]
参数 story_outcome_question: str [必填]
参数 story_plot: str [必填]