MCPcopy Create free account
hub / github.com/TanStack/ai / beginCycle

Method beginCycle

packages/ai/src/activities/chat/index.ts:955–959  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

953 }
954
955 private async beginCycle(): Promise<void> {
956 if (this.cyclePhase === 'processText') {
957 await this.beginIteration()
958 }
959 }
960
961 private endCycle(): void {
962 if (this.cyclePhase === 'processText') {

Callers 1

runMethod · 0.95

Calls 1

beginIterationMethod · 0.95

Tested by

no test coverage detected