mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-29 05:20:49 +00:00
style(client): align tool call import order
This commit is contained in:
parent
a0c6496b62
commit
3d8170fe6b
1 changed files with 1 additions and 1 deletions
|
|
@ -11,9 +11,9 @@ import {
|
|||
import type { TAttachment, PartMetadata } from 'librechat-data-provider';
|
||||
import { useLocalize, useProgress, useExpandCollapse, useLazyCollapseBody } 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 { resolveToolCallPhase } from '~/utils/toolCallPhase';
|
||||
import { useToolCallIntent } from './Parts/intent';
|
||||
import { AttachmentGroup } from './Parts';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue