コンテンツにスキップ

ModelInputData

このコンテンツはまだ日本語訳がありません。

type ModelInputData = object;

Mutable view of the instructions + input items that the model will receive. Filters always see a copy so they can edit without side effects.

input: AgentInputItem[];

optional instructions: string;