integrate thin Zopu MVP lanes (#14) #16
@@ -1,7 +1,6 @@
|
||||
import {
|
||||
Tool,
|
||||
ToolContent,
|
||||
ToolHeader,
|
||||
ToolInput,
|
||||
ToolOutput,
|
||||
} from "@code/ui/components/ai-elements/tool";
|
||||
@@ -37,12 +36,6 @@ export const ChatToolCall = ({ part }: ChatToolCallProps) => {
|
||||
|
||||
return (
|
||||
<Tool className="mb-0 w-full border-0" defaultOpen>
|
||||
<ToolHeader
|
||||
className="sr-only"
|
||||
state={part.state}
|
||||
toolName={part.toolName}
|
||||
type="dynamic-tool"
|
||||
/>
|
||||
<ToolContent className="space-y-0 p-0">
|
||||
<MobileChatToolCall
|
||||
detail={detail}
|
||||
|
||||
@@ -6,11 +6,7 @@ import {
|
||||
Message,
|
||||
MessageContent,
|
||||
} from "@code/ui/components/ai-elements/message";
|
||||
import {
|
||||
Tool,
|
||||
ToolContent,
|
||||
ToolHeader,
|
||||
} from "@code/ui/components/ai-elements/tool";
|
||||
import { Tool, ToolContent } from "@code/ui/components/ai-elements/tool";
|
||||
import {
|
||||
MobileChatAssistantLabel,
|
||||
MobileChatBubble,
|
||||
@@ -53,12 +49,6 @@ const MobileChatShowcase = () => (
|
||||
<MobileChatAssistantLabel />
|
||||
<MobileChatBubble sender="assistant">
|
||||
<Tool className="mb-0 w-full border-0" defaultOpen>
|
||||
<ToolHeader
|
||||
className="sr-only"
|
||||
state="output-available"
|
||||
toolName="Web Search"
|
||||
type="dynamic-tool"
|
||||
/>
|
||||
<ToolContent className="space-y-0 p-0">
|
||||
<MobileChatToolCall
|
||||
status="done"
|
||||
|
||||
Reference in New Issue
Block a user