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

Method GetSchema

pkg/memory/working.go:275–277  ·  view source on GitHub ↗

GetSchema 返回配置的 JSON Schema

()

Source from the content-addressed store, hash-verified

273
274// GetSchema 返回配置的 JSON Schema
275func (wm *WorkingMemoryManager) GetSchema() *JSONSchema {
276 return wm.schema
277}
278
279// GetTemplate 返回配置的模板
280func (wm *WorkingMemoryManager) GetTemplate() string {

Callers 4

GetConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected