MCPcopy Create free account
hub / github.com/stackblitz/bolt.new / ChatProps

Interface ChatProps

app/components/chat/Chat.client.tsx:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62interface ChatProps {
63 initialMessages: Message[];
64 storeMessageHistory: (messages: Message[]) => Promise<void>;
65}
66
67export const ChatImpl = memo(({ initialMessages, storeMessageHistory }: ChatProps) => {
68 useShortcuts();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected