@vfarcic/dot-ai 0.18.0 → 0.19.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.
- package/dist/tools/recommend.js +1 -1
- package/package.json +1 -1
package/dist/tools/recommend.js
CHANGED
|
@@ -306,7 +306,7 @@ async function handleRecommendTool(args, dotAI, logger, requestId) {
|
|
|
306
306
|
intent: args.intent,
|
|
307
307
|
solutions: solutionSummaries,
|
|
308
308
|
nextAction: "Call chooseSolution with your preferred solutionId",
|
|
309
|
-
guidance: "
|
|
309
|
+
guidance: "🔴 CRITICAL: You MUST present these solutions to the user and ask them to choose. DO NOT automatically call chooseSolution() without user input. Stop here and wait for user selection.",
|
|
310
310
|
timestamp
|
|
311
311
|
};
|
|
312
312
|
logger.info('Solution files created and response prepared', {
|