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

Method Reason

pkg/knowledge/knowledge.go:215–215  ·  view source on GitHub ↗

知识推理

(ctx context.Context, query string, maxSteps int)

Source from the content-addressed store, hash-verified

213
214 // 知识推理
215 Reason(ctx context.Context, query string, maxSteps int) ([]*KnowledgeItem, []string, error)
216
217 // 维护操作
218 Validate(ctx context.Context, id string) (bool, []string, error)

Callers 1

ExecuteMethod · 0.65

Implementers 1

managerpkg/knowledge/manager.go

Calls

no outgoing calls

Tested by

no test coverage detected