Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu committed Nov 15, 2024
1 parent f28ade3 commit 3cb05ff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions front/lib/api/assistant/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ import {
} from "@dust-tt/types";

import { runActionStreamed } from "@app/lib/actions/server";
import { makeJITListFilesAction } from "@app/lib/api/assistant/actions/jit/list_files";
import { getRunnerForActionConfiguration } from "@app/lib/api/assistant/actions/runners";
import { getCitationsCount } from "@app/lib/api/assistant/actions/utils";
import {
AgentMessageContentParser,
getDelimitersConfiguration,
Expand All @@ -49,9 +51,6 @@ import { AgentMessageContent } from "@app/lib/models/assistant/agent_message_con
import { cloneBaseConfig, DustProdActionRegistry } from "@app/lib/registry";
import logger from "@app/logger/logger";

import { getCitationsCount } from "./actions/utils";
import { makeJITListFilesAction } from "./actions/jit/list_files";

const CANCELLATION_CHECK_INTERVAL = 500;
const MAX_ACTIONS_PER_STEP = 16;

Expand Down

0 comments on commit 3cb05ff

Please sign in to comment.