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.
Properties
Section titled “Properties”input: AgentInputItem[];instructions?
Section titled “instructions?”optional instructions: string;