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

Method createChatSession

src/web-ui/src/app/types/index.ts:135–135  ·  view source on GitHub ↗
(agentId: string)

Source from the content-addressed store, hash-verified

133
134 // Chat management
135 createChatSession(agentId: string): Promise<ChatSession>;
136 selectChatSession(sessionId: string): void;
137 sendMessage(sessionId: string, content: string): Promise<void>;
138

Callers 11

initializeFlowChatFunction · 0.65
AppLayoutFunction · 0.65
MainNavFunction · 0.65
WorkspaceItemFunction · 0.65
NurseryGalleryFunction · 0.65
AssistantQuickInputFunction · 0.65
useAppFunction · 0.65
ChatInputFunction · 0.65
ModernFlowChatContainerFunction · 0.65
useMessageSenderFunction · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 1