Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
initializeFlowChat
Function · 0.65
AppLayout
Function · 0.65
MainNav
Function · 0.65
WorkspaceItem
Function · 0.65
NurseryGallery
Function · 0.65
AssistantQuickInput
Function · 0.65
useApp
Function · 0.65
ChatInput
Function · 0.65
ModernFlowChatContainer
Function · 0.65
useMessageSender
Function · 0.65
createCodeSessionViaFlowChatManager
Function · 0.65
Implementers
1
AppManager
src/web-ui/src/app/services/AppManager
Calls
no outgoing calls
Tested by
1
createCodeSessionViaFlowChatManager
Function · 0.52