update pay function

This commit is contained in:
2025-11-22 00:06:44 +08:00
parent c336be5cd7
commit e68acfe7d1
2 changed files with 4 additions and 1 deletions

View File

@@ -1231,7 +1231,7 @@ const AgentChatV4 = () => {
</Badge>
</HStack>
<Accordion allowMultiple defaultIndex={[0, 1, 2, 3, 4]}>
<Accordion allowMultiple defaultIndex={[]}>
{MCP_TOOL_CATEGORIES.map((category, catIdx) => {
const categoryToolIds = category.tools.map((t) => t.id);
const selectedInCategory = categoryToolIds.filter((id) => selectedTools.includes(id));