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 8, 2024
1 parent 7f5be4c commit 7acbaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tools/demoSearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const demoSearchToolRunnable: RunnableToolFunction<{ query: string }> = {
query: {
type: 'string',
description:
'The query to search for input from the user in the Discord messages database. 1-5 sentences 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. If user search code snippet, include code in the query'
}
}
}
Expand Down

0 comments on commit 7acbaa5

Please sign in to comment.