@aj-archipelago/cortex 1.3.49 → 1.3.50

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aj-archipelago/cortex",
3
- "version": "1.3.49",
3
+ "version": "1.3.50",
4
4
  "description": "Cortex is a GraphQL API for AI. It provides a simple, extensible interface for using AI services from OpenAI, Azure and others.",
5
5
  "private": false,
6
6
  "repository": {
@@ -162,7 +162,7 @@ export default {
162
162
 
163
163
  // Map tool names to index names
164
164
  const toolToIndex = {
165
- 'searchpersonal': 'indexcortex',
165
+ 'searchpersonalindex': 'indexcortex',
166
166
  'searchaja': 'indexucmsaja',
167
167
  'searchaje': 'indexucmsaje',
168
168
  'searchwires': 'indexwires'