Skip to content

Commit

Permalink
feat: file
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-dixit committed Jan 6, 2025
1 parent d4412d9 commit 69cdadc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/src/sdk/utils/processor/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export const fileResponseProcessor: TPostProcessor = ({
actionName,
toolResponse,
}) => {

const fileData = toolResponse?.data?.file as
| { name: string; content: string }
| undefined;
Expand Down

0 comments on commit 69cdadc

Please sign in to comment.