converse-mcp-server 2.19.0 → 2.19.1
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 +1 -1
- package/src/tools/chat.js +1 -1
- package/src/tools/consensus.js +1 -1
package/package.json
CHANGED
package/src/tools/chat.js
CHANGED
|
@@ -1166,7 +1166,7 @@ chatTool.inputSchema = {
|
|
|
1166
1166
|
continuation_id: {
|
|
1167
1167
|
type: 'string',
|
|
1168
1168
|
description:
|
|
1169
|
-
'Continuation ID for persistent conversation.
|
|
1169
|
+
'Continuation ID for persistent conversation. Auto-generated in the first response; pass it back to continue the conversation.',
|
|
1170
1170
|
},
|
|
1171
1171
|
temperature: {
|
|
1172
1172
|
type: 'number',
|
package/src/tools/consensus.js
CHANGED
|
@@ -1722,7 +1722,7 @@ consensusTool.inputSchema = {
|
|
|
1722
1722
|
continuation_id: {
|
|
1723
1723
|
type: 'string',
|
|
1724
1724
|
description:
|
|
1725
|
-
'Thread continuation ID for multi-turn conversations.
|
|
1725
|
+
'Thread continuation ID for multi-turn conversations. Auto-generated in the first response; pass it back to continue the conversation.',
|
|
1726
1726
|
},
|
|
1727
1727
|
enable_cross_feedback: {
|
|
1728
1728
|
type: 'boolean',
|