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

Struct BasePromptModule

pkg/agent/prompt_modules.go:13–13  ·  view source on GitHub ↗

BasePromptModule 基础 Prompt(来自模板)

Source from the content-addressed store, hash-verified

11
12// BasePromptModule 基础 Prompt(来自模板)
13type BasePromptModule struct{}
14
15func (m *BasePromptModule) Name() string { return "base" }
16func (m *BasePromptModule) Priority() int { return 0 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected