MCPcopy
hub / github.com/vercel/chatbot / ConsoleOutputContent

Interface ConsoleOutputContent

components/console.tsx:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import { useArtifactSelector } from '@/hooks/use-artifact';
13
14export interface ConsoleOutputContent {
15 type: 'text' | 'image';
16 value: string;
17}
18
19export interface ConsoleOutput {
20 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…