relocate copilot types

This commit is contained in:
Ramnique Singh 2025-08-23 10:58:38 +05:30
parent 6fc6abc2bc
commit 531f9feea6
9 changed files with 9 additions and 9 deletions

View file

@ -3,7 +3,7 @@ import {
CopilotAPIRequest,
CopilotChatContext, CopilotMessage,
DataSourceSchemaForCopilot,
} from "../../src/application/lib/copilot/types";
} from "../../src/entities/models/copilot";
import {
Workflow} from "../lib/types/workflow_types";
import { z } from 'zod';