@aj-archipelago/cortex 1.3.15 → 1.3.16

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.
@@ -305,7 +305,7 @@ class PathwayManager {
305
305
  // Prepend the system prompt as a system message
306
306
  { "role": "system", "content": systemPrompt },
307
307
  // Add the original prompt as a user message
308
- { "role": "user", "content": p },
308
+ { "role": "user", "content": `{{text}}\n\n${p}` },
309
309
  ]
310
310
  })
311
311
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aj-archipelago/cortex",
3
- "version": "1.3.15",
3
+ "version": "1.3.16",
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": {