ProgramCallItem
type ProgramCallItem = object;Type Declaration
Section titled “Type Declaration”callId
Section titled “callId”callId: string;code: string;fingerprint
Section titled “fingerprint”fingerprint: string;optional id?: string;An ID to identify the item. This is optional by default. If a model provider absolutely requires this field, it will be validated on the model level.
providerData?
Section titled “providerData?”optional providerData?: Record<string, any>;Additional optional provider specific data. Used for custom functionality or model provider specific fields.
type: "program";