ApplyPatchCallItem
此内容尚不支持你的语言。
type ApplyPatchCallItem = object;Type Declaration
Section titled “Type Declaration”callId
Section titled “callId”callId: string;optional id: string;operation
Section titled “operation”operation: | { diff: string; path: string; type: "create_file";} | { diff: string; path: string; type: "update_file";} | { path: string; type: "delete_file";};providerData?
Section titled “providerData?”optional providerData: Record<string, any>;status
Section titled “status”status: "completed" | "in_progress";type: "apply_patch_call";