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

Struct Chain

pkg/reasoning/reasoning.go:45–54  ·  view source on GitHub ↗

Chain 推理链

Source from the content-addressed store, hash-verified

43
44// Chain 推理链
45type Chain struct {
46 ID string `json:"id"`
47 Steps []Step `json:"steps"`
48 MinSteps int `json:"min_steps"`
49 MaxSteps int `json:"max_steps"`
50 Current int `json:"current"`
51 Status string `json:"status"`
52 CreatedAt time.Time `json:"created_at"`
53 UpdatedAt time.Time `json:"updated_at"`
54}
55
56// ChainConfig 推理链配置
57type ChainConfig struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected