Interface: SystemOneRequestPayload
POST /v1/systemone 的请求体,其中模型已解析确定。
继承自
Properties
model
ts
model: string;模型覆盖项;缺省时继承 defaultModel。
覆盖
questions
ts
questions: Questions;非空的问题集合,以用于标识其答案的名称作为键。
继承自
state
ts
state: EntryType;要评估的文本、JSON 对象或数组,或 null。