fixing imports
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
*/
|
||||
|
||||
import type { ProviderName } from "@/types/providers";
|
||||
import type { ToolCall, ToolResult } from "@tools/index";
|
||||
import type { ToolCall, ToolResult } from "@/types/tools";
|
||||
|
||||
export interface AgentOptions {
|
||||
provider: ProviderName;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* Agent Result Interface
|
||||
*/
|
||||
|
||||
import type { ToolCall, ToolResult } from "@tools/index";
|
||||
import type { ToolCall, ToolResult } from "@/types/tools";
|
||||
|
||||
export interface AgentResult {
|
||||
success: boolean;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { AgentType, IntentType, Provider } from "@/types/index";
|
||||
import type { AgentType, IntentType, Provider } from "@/types/common";
|
||||
import type { ProviderModel } from "@/types/providers";
|
||||
|
||||
export interface TuiInput {
|
||||
sessionId?: string;
|
||||
|
||||
Reference in New Issue
Block a user