@burtson-labs/bandit-engine 2.0.67 → 2.0.68

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.
@@ -9503,7 +9503,7 @@ var MCPToolsTabV2_default = MCPToolsTabV2;
9503
9503
 
9504
9504
  // src/management/management.tsx
9505
9505
  import { jsx as jsx13, jsxs as jsxs13 } from "react/jsx-runtime";
9506
- var preloadChatPage = () => import("./chat-5XCDDPTK.mjs");
9506
+ var preloadChatPage = () => import("./chat-5QSGMPHN.mjs");
9507
9507
  var buildCapabilitiesUrl = (gatewayApiUrl) => {
9508
9508
  const trimmed = gatewayApiUrl.replace(/\/$/, "");
9509
9509
  if (trimmed.endsWith("/api")) {
@@ -10848,4 +10848,4 @@ export {
10848
10848
  useGatewayMemory,
10849
10849
  management_default
10850
10850
  };
10851
- //# sourceMappingURL=chunk-RI4LBQ3Q.mjs.map
10851
+ //# sourceMappingURL=chunk-HUUWQOBF.mjs.map
package/dist/index.js CHANGED
@@ -20758,7 +20758,7 @@ TOOL USAGE PROTOCOL (conservative approach)
20758
20758
  - Use your training data and general knowledge confidently for common topics, concepts, and questions.
20759
20759
  - Only call tools for SPECIFIC, CURRENT information that requires real-time data or a source you don't already have:
20760
20760
  * web_search() - when asked about recent/current events, breaking news, live information (weather, prices, sports scores), or when you need to look up documentation, libraries, APIs, error messages, or verify a specific fact
20761
- * web_fetch() - ONLY when you already have a specific URL whose contents you need to read
20761
+ * web_fetch() - to read the FULL contents of a specific URL you already have. Reach for this when the user wants to "tell me more", "go deeper", "read/open that article", or asks for details about a specific source, link, or article from an EARLIER answer: take that item's URL from the previous Sources list in this conversation and fetch it, then answer from the page's actual content (not just the prior summary)
20762
20762
  * image_generation() - ONLY when explicitly asked to create or generate an image
20763
20763
  - For general questions about concepts, definitions, explanations, or how-to topics, use your built-in knowledge WITHOUT calling tools.
20764
20764
  - Examples of what NOT to use tools for: "who are you?", "what is React?", "explain machine learning", "how does X work?", general programming questions.