MCPcopy Index your code
hub / github.com/TanStack/ai / getStatus

Method getStatus

packages/ai-client/src/chat-client.ts:1389–1391  ·  view source on GitHub ↗

* Get current status

()

Source from the content-addressed store, hash-verified

1387 * Get current status
1388 */
1389 getStatus(): ChatClientState {
1390 return this.status
1391 }
1392
1393 /**
1394 * Get whether the subscription loop is active

Calls

no outgoing calls

Tested by

no test coverage detected