import { IAgentScopeRuntimeError, IAgentScopeRuntimeMessage } from "../types"; import { Bubble } from "@agentscope-ai/chat"; export default function Error({ data }: { data: IAgentScopeRuntimeError | IAgentScopeRuntimeMessage }) { return ; }