From 69cdadc0feede6811f2ede7b676b5e0557577887 Mon Sep 17 00:00:00 2001 From: Himanshu Dixit Date: Mon, 6 Jan 2025 17:41:13 +0530 Subject: [PATCH] feat: file --- js/src/sdk/utils/processor/file.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/js/src/sdk/utils/processor/file.ts b/js/src/sdk/utils/processor/file.ts index cf00b776fd3..e2d35221b7b 100644 --- a/js/src/sdk/utils/processor/file.ts +++ b/js/src/sdk/utils/processor/file.ts @@ -10,7 +10,6 @@ export const fileResponseProcessor: TPostProcessor = ({ actionName, toolResponse, }) => { - const fileData = toolResponse?.data?.file as | { name: string; content: string } | undefined;