MCPcopy
hub / github.com/onlook-dev/onlook / UserChatMessage

Interface UserChatMessage

packages/models/src/chat/message/message.ts:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12export interface UserChatMessage extends CoreUserMessage {
13 id: string;
14 context: ChatMessageContext[];
15}
16
17export interface AssistantChatMessage extends CoreAssistantMessage {
18 id: string;

Callers

nothing calls this directly

Implementers 1

UserChatMessageImplapps/studio/src/lib/editor/engine/chat

Calls

no outgoing calls

Tested by

no test coverage detected