MCPcopy Create free account
hub / github.com/GCWing/BitFun / sendMessage

Method sendMessage

src/web-ui/src/app/types/index.ts:137–137  ·  view source on GitHub ↗
(sessionId: string, content: string)

Source from the content-addressed store, hash-verified

135 createChatSession(agentId: string): Promise<ChatSession>;
136 selectChatSession(sessionId: string): void;
137 sendMessage(sessionId: string, content: string): Promise<void>;
138
139 // Extension management
140 enableExtension(extensionId: string): Promise<void>;

Callers 15

wHFunction · 0.65
sendMessageMethod · 0.65
handleWidgetBridgeEventFunction · 0.65
PlanViewerFunction · 0.65
initializeFlowChatFunction · 0.65
handleToolbarSendMessageFunction · 0.65
AssistantQuickInputFunction · 0.65
useAppFunction · 0.65
launchDeepReviewSessionFunction · 0.65
ReviewActionBarFunction · 0.65
SessionFilesBadgeFunction · 0.65

Implementers 1

AppManagersrc/web-ui/src/app/services/AppManager

Calls

no outgoing calls

Tested by

no test coverage detected