🛡️TypeSafe 中文文档
原文档 ↗

Interface: SystemOneRequest

用于 systemOne 的状态与具名问题。

请求变量上的其他属性会被透传,包括值为 null 的属性。

被以下内容继承

Type Parameters

Q

Q extends Questions = Questions

Properties

model?

ts
optional model?: string;

模型覆盖项;缺省时继承 defaultModel。


questions

ts
questions: Q;

非空的问题集合,以用于标识其答案的名称作为键。


state

ts
state: EntryType;

要评估的文本、JSON 对象或数组,或 null。

本站为 docs.typesafe.ai 的中文翻译,仅供学习参考;内容版权归原作者所有。