MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / getSavedApiConversationHistory

Method getSavedApiConversationHistory

src/core/task/Task.ts:893–895  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

891 // API Messages
892
893 private async getSavedApiConversationHistory(): Promise<ApiMessage[]> {
894 return readApiMessages({ taskId: this.taskId, globalStoragePath: this.globalStoragePath })
895 }
896
897 private async addToApiConversationHistory(message: Anthropic.MessageParam, reasoning?: string) {
898 this.apiConversationHistory.push(

Callers 2

resumeTaskFromHistoryMethod · 0.95
resumeAfterDelegationMethod · 0.95

Calls 1

readApiMessagesFunction · 0.90

Tested by

no test coverage detected