跳转到内容

ApplyPatchCallResultItem

此内容尚不支持你的语言。

type ApplyPatchCallResultItem = object;
callId: string;
optional id: string;
optional output: string;
optional providerData: Record<string, any>;
status: "completed" | "failed";
type: "apply_patch_call_output";