Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
spolu committed Nov 15, 2024
1 parent 95d4013 commit 9283388
Showing 1 changed file with 27 additions and 6 deletions.
33 changes: 27 additions & 6 deletions types/src/front/assistant/agent.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,30 @@
import { BrowseConfigurationType } from "../../front/assistant/actions/browse";
import { DustAppRunConfigurationType } from "../../front/assistant/actions/dust_app_run";
import { ProcessConfigurationType } from "../../front/assistant/actions/process";
import { RetrievalConfigurationType } from "../../front/assistant/actions/retrieval";
import { TablesQueryConfigurationType } from "../../front/assistant/actions/tables_query";
import { WebsearchConfigurationType } from "../../front/assistant/actions/websearch";
import {
BrowseConfigurationType,
BrowseParamsEvent,
} from "../../front/assistant/actions/browse";
import {
DustAppRunBlockEvent,
DustAppRunConfigurationType,
DustAppRunParamsEvent,
} from "../../front/assistant/actions/dust_app_run";
import {
ProcessConfigurationType,
ProcessParamsEvent,
} from "../../front/assistant/actions/process";
import {
RetrievalConfigurationType,
RetrievalParamsEvent,
} from "../../front/assistant/actions/retrieval";
import {
TablesQueryConfigurationType,
TablesQueryModelOutputEvent,
TablesQueryOutputEvent,
TablesQueryStartedEvent,
} from "../../front/assistant/actions/tables_query";
import {
WebsearchConfigurationType,
WebsearchParamsEvent,
} from "../../front/assistant/actions/websearch";
import {
AgentActionType,
AgentMessageType,
Expand Down

0 comments on commit 9283388

Please sign in to comment.