|
|
@@ -6,7 +6,7 @@ import { streamText, wrapLanguageModel, type ModelMessage, type Tool, tool, json
|
|
|
import { mergeDeep, pipe } from "remeda"
|
|
|
import { GitLabWorkflowLanguageModel } from "gitlab-ai-provider"
|
|
|
import { ProviderTransform } from "@/provider"
|
|
|
-import { Config } from "@/config"
|
|
|
+import { Config } from "@/config/config"
|
|
|
import { Instance } from "@/project/instance"
|
|
|
import type { Agent } from "@/agent/agent"
|
|
|
import type { MessageV2 } from "./message-v2"
|