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;