@proteinjs/conversation 2.4.2 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,8 @@ export const searchFilesFunction = (module: KeywordToFilesIndexModule) => {
5
5
  return {
6
6
  definition: {
7
7
  name: searchFilesFunctionName,
8
- description: 'Get file paths to files whose name contains the keyword',
8
+ description:
9
+ 'Get file paths to files whose name contains the keyword. Case-insensitive file name search that ignores extension.',
9
10
  parameters: {
10
11
  type: 'object',
11
12
  properties: {