CustomInstructionsModule 用户自定义指令模块
| 323 | |
| 324 | // CustomInstructionsModule 用户自定义指令模块 |
| 325 | type CustomInstructionsModule struct { |
| 326 | Instructions string |
| 327 | } |
| 328 | |
| 329 | func (m *CustomInstructionsModule) Name() string { return "custom_instructions" } |
| 330 | func (m *CustomInstructionsModule) Priority() int { return 55 } |
nothing calls this directly
no outgoing calls
no test coverage detected