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

Method SaveToolCallRecords

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

SaveToolCallRecords 保存工具调用记录

(ctx context.Context, agentID string, records []types.ToolCallRecord)

Source from the content-addressed store, hash-verified

20
21 // SaveToolCallRecords 保存工具调用记录
22 SaveToolCallRecords(ctx context.Context, agentID string, records []types.ToolCallRecord) error
23
24 // LoadToolCallRecords 加载工具调用记录
25 LoadToolCallRecords(ctx context.Context, agentID string) ([]types.ToolCallRecord, error)

Callers 1

executeToolsMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected