test: stabilize mcp docker smokes · openclaw/openclaw@1dd500c
vincentkoc
·
2026-04-29
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -97,7 +97,10 @@ async function main() {
|
97 | 97 | structuredContent?: { conversations?: Array<Record<string, unknown>> }; |
98 | 98 | }>({ |
99 | 99 | name: "conversations_list", |
100 | | -arguments: {}, |
| 100 | +arguments: { |
| 101 | +includeDerivedTitles: false, |
| 102 | +includeLastMessage: false, |
| 103 | +}, |
101 | 104 | }); |
102 | 105 | lastMcpConversationList = listed; |
103 | 106 | return listed.structuredContent?.conversations?.find( |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。