Skip to content

ApplyPatchCallResultItem

type ApplyPatchCallResultItem = object;
callId: 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.

optional output: string;
optional providerData: Record<string, any>;

Additional optional provider specific data. Used for custom functionality or model provider specific fields.

status: "completed" | "failed";
type: "apply_patch_call_output";