MCPcopy Create free account
hub / github.com/admineral/OpenAI-Assistant-API-Chat / getChatState

Method getChatState

app/services/ChatManager.ts:277–280  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

275
276 // Method to get the current chat state
277 getChatState(): ChatState {
278 console.log('Getting chat state');
279 return this.state;
280 }
281}
282
283

Callers 1

startChatAssistantFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected