Skip to content

Commit

Permalink
feat(tools): hide the function tool from the public tools page (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrBulanek authored Oct 28, 2024
1 parent 41f20b8 commit 758cdde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/tools/ToolsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function ToolsList({ type }: Props) {
type:
type === 'user'
? ['user']
: ['code_interpreter', 'file_search', 'function', 'system'],
: ['code_interpreter', 'file_search', 'system'],
limit: PAGE_SIZE,
...order,
search: search.length ? search : undefined,
Expand Down

0 comments on commit 758cdde

Please sign in to comment.