콘텐츠로 이동

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;