style: sort agent imports

This commit is contained in:
Ravi Kumar L 2026-06-21 23:24:58 +02:00
parent 16d5fa63b3
commit 6f36df4d12
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
import { createAgentChatCompletion } from './service';
import type { ChatCompletionDependencies } from './service';
import { createAgentChatCompletion } from './service';
jest.mock('@librechat/data-schemas', () => ({
logger: {

View file

@ -39,10 +39,10 @@ import { getProviderConfig } from '~/endpoints/config/providers';
import { extractDefaultParams } from '~/endpoints/openai/llm';
import { resolveHeaders, createSafeUser } from '~/utils/env';
import { getOpenAIConfig } from '~/endpoints/openai/config';
import { buildLangfuseConfig } from '~/langfuse/config';
import { resolveConfigHeaders } from '~/utils/headers';
import { applyTestRunHook } from '~/agents/testHook';
import { isUserProvided } from '~/utils/common';
import { buildLangfuseConfig } from '~/langfuse/config';
/** Expected shape of JSON tool search results */
interface ToolSearchJsonResult {