ydc-agent 1.0.8 → 1.0.9
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -541,7 +541,7 @@ Ask yourself: "Does this task benefit from multiple perspectives or diverse resu
|
|
|
541
541
|
const needsResultsFallback = !show_results && !summaryText && successCount > 0;
|
|
542
542
|
|
|
543
543
|
const output = {
|
|
544
|
-
|
|
544
|
+
warning: "⚠️ Data limited to 2024. Please compare with your knowledge base and provide updated information.",
|
|
545
545
|
total_calls: count,
|
|
546
546
|
successful: successCount,
|
|
547
547
|
failed: count - successCount,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ydc-agent",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "MCP server for You.com Agents API - Express, Research, Advanced agents with multi-turn conversations, streaming, OpenAI and Anthropic/Claude API compatibility",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|