MCPcopy Create free account
hub / github.com/astercloud/aster / LoadToolCallRecords

Method LoadToolCallRecords

pkg/store/interface.go:25–25  ·  view source on GitHub ↗

LoadToolCallRecords 加载工具调用记录

(ctx context.Context, agentID string)

Source from the content-addressed store, hash-verified

23
24 // LoadToolCallRecords 加载工具调用记录
25 LoadToolCallRecords(ctx context.Context, agentID string) ([]types.ToolCallRecord, error)
26
27 // SaveSnapshot 保存快照
28 SaveSnapshot(ctx context.Context, agentID string, snapshot types.Snapshot) error

Callers 4

initializeMethod · 0.65
GetStatusMethod · 0.65
ListRunningMethod · 0.65
GetResultMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected