BasePromptModule 基础 Prompt(来自模板)
| 11 | |
| 12 | // BasePromptModule 基础 Prompt(来自模板) |
| 13 | type BasePromptModule struct{} |
| 14 | |
| 15 | func (m *BasePromptModule) Name() string { return "base" } |
| 16 | func (m *BasePromptModule) Priority() int { return 0 } |
nothing calls this directly
no outgoing calls
no test coverage detected