mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-08 06:42:39 +02:00
relocate copilot types
This commit is contained in:
parent
6fc6abc2bc
commit
531f9feea6
9 changed files with 9 additions and 9 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue