Skip to content

Commit

Permalink
feat: file
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-dixit committed Feb 20, 2025
1 parent 7f6bcb5 commit bcbfd1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/src/sdk/utils/processor/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ export const FILE_SCHEMA_PROCESSOR: TSchemaProcessor = ({ toolSchema }) => {
newKeyName = keyName as string;

return {
title: property.title,
title: key,
type,
description,
description: property.description,
};
});

Expand Down

0 comments on commit bcbfd1b

Please sign in to comment.