🛡️TypeSafe 中文文档
原文档 ↗

Interface: SystemOneRequestPayload

POST /v1/systemone 的请求体,其中模型已解析确定。

继承自

Properties

model

ts
model: string;

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

覆盖

SystemOneRequest.model


questions

ts
questions: Questions;

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

继承自

SystemOneRequest.questions


state

ts
state: EntryType;

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

继承自

SystemOneRequest.state

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