Browse Source

refactor: remove redundant export of MessagePart and MessagePartType

feat/ai-sdk-v6-upgrade
npmrun 7 hours ago
parent
commit
61d29ea106
  1. 2
      app/composables/useAgentChat.ts

2
app/composables/useAgentChat.ts

@ -4,8 +4,6 @@ import { useAuthSession } from "./useAuthSession";
import { useAgentRateLimit } from "./useAgentRateLimit";
import type { MessagePart, MessagePartType } from "../types/chat";
export type { MessagePart, MessagePartType } from "../types/chat";
export interface AgentMessage {
id: string;
role: "user" | "assistant";

Loading…
Cancel
Save