Skip to content

Commit

Permalink
Update demoSearch.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
berkingurcan committed Jul 6, 2024
1 parent b15d71c commit 7f5be4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tools/demoSearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const functionDescription: ChatCompletionCreateParams.Function = {
query: {
type: 'string',
description:
'The query to search for. 1-3 sentences or words are enough. English only.'
'The query to search for input from the user in the Discord messages database. 1-5 sentences are enough. English only.'
}
},
required: ['query']
Expand Down Expand Up @@ -110,7 +110,7 @@ export const demoSearchToolRunnable: RunnableToolFunction<{ query: string }> = {
query: {
type: 'string',
description:
'The query to search for. 1-3 sentences or words are enough. English only.'
'The query to search for input from the user in the Discord messages database. 1-5 sentences are enough. English only.'
}
}
}
Expand Down

0 comments on commit 7f5be4c

Please sign in to comment.