MCPcopy Create free account
hub / github.com/aetherstate/GODMOD3.AI / ChatMessageProps

Interface ChatMessageProps

src/components/ChatMessage.tsx:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import { getContextLabel, PARAM_META } from '@/lib/autotune'
10
11interface ChatMessageProps {
12 message: Message
13}
14
15export function ChatMessage({ message }: ChatMessageProps) {
16 const { personas, currentConversation, rateMessage, autoTuneEnabled, showMagic } = useStore()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected