mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-04 14:57:42 +00:00
style(client): align tool call import order
This commit is contained in:
parent
88197203e2
commit
949b7d5f85
1 changed files with 1 additions and 1 deletions
|
|
@ -11,9 +11,9 @@ import {
|
|||
import type { TAttachment } from 'librechat-data-provider';
|
||||
import { useLocalize, useProgress, useExpandCollapse } from '~/hooks';
|
||||
import { ToolIcon, getToolIconType, isError } from './ToolOutput';
|
||||
import { useMCPIconMap, useMCPServerNames } from '~/hooks/MCP';
|
||||
import { cn, getToolDisplayLabel, logger } from '~/utils';
|
||||
import { toolPanelSpacingClassName } from './disclosure';
|
||||
import { useMCPIconMap, useMCPServerNames } from '~/hooks/MCP';
|
||||
import { useToolCallIntent } from './Parts/intent';
|
||||
import { AttachmentGroup } from './Parts';
|
||||
import ToolCallInfo from './ToolCallInfo';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue