MCPcopy Create free account
hub / github.com/e2b-dev/surf / BaseChatMessage

Interface BaseChatMessage

types/chat.ts:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 * Base interface for all chat messages
14 */
15export interface BaseChatMessage {
16 id: string;
17 role: MessageRole;
18}
19
20/**
21 * User message in the chat

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected