MCPcopy Create free account
hub / github.com/context-space/context-space / AssistantMessage

Interface AssistantMessage

web/src/typings/chat.ts:13–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13export interface AssistantMessage extends BaseMessage {
14 role: "assistant"
15 content: string
16 function_call?: {
17 name: string
18 arguments: string
19 }
20}
21
22export interface SystemMessage extends BaseMessage {
23 role: "system"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected