update pay function
This commit is contained in:
@@ -1181,7 +1181,7 @@ const AgentChat = () => {
|
|||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{Object.entries(TOOL_CATEGORIES).map(([category, tools]) => (
|
{Object.entries(TOOL_CATEGORIES).map(([category, tools]) => (
|
||||||
<AccordionItem
|
<Accordion.Item
|
||||||
key={category}
|
key={category}
|
||||||
aria-label={category}
|
aria-label={category}
|
||||||
title={
|
title={
|
||||||
@@ -1227,7 +1227,7 @@ const AgentChat = () => {
|
|||||||
</Checkbox>
|
</Checkbox>
|
||||||
))}
|
))}
|
||||||
</CheckboxGroup>
|
</CheckboxGroup>
|
||||||
</AccordionItem>
|
</Accordion.Item>
|
||||||
))}
|
))}
|
||||||
</Accordion>
|
</Accordion>
|
||||||
|
|
||||||
@@ -1513,7 +1513,7 @@ const ExecutionStepsDisplay = ({ steps, plan }) => {
|
|||||||
content: 'text-gray-400',
|
content: 'text-gray-400',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<AccordionItem
|
<Accordion.Item
|
||||||
key="1"
|
key="1"
|
||||||
aria-label="执行详情"
|
aria-label="执行详情"
|
||||||
title={
|
title={
|
||||||
@@ -1559,7 +1559,7 @@ const ExecutionStepsDisplay = ({ steps, plan }) => {
|
|||||||
</Card>
|
</Card>
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
</AccordionItem>
|
</Accordion.Item>
|
||||||
</Accordion>
|
</Accordion>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user