Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zigapk committed Apr 8, 2024
1 parent 4ed0d23 commit 7f72f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openai/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ export function toolsToJsonSchema(
});
}

return tools;
return result;
}

0 comments on commit 7f72f14

Please sign in to comment.