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

Struct CustomInstructionsModule

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

CustomInstructionsModule 用户自定义指令模块

Source from the content-addressed store, hash-verified

323
324// CustomInstructionsModule 用户自定义指令模块
325type CustomInstructionsModule struct {
326 Instructions string
327}
328
329func (m *CustomInstructionsModule) Name() string { return "custom_instructions" }
330func (m *CustomInstructionsModule) Priority() int { return 55 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected