SetSystemPrompt 设置系统提示词
(prompt string)
| 135 | |
| 136 | // SetSystemPrompt 设置系统提示词 |
| 137 | func (g *GatewayProvider) SetSystemPrompt(prompt string) error { |
| 138 | return g.innerProvider.SetSystemPrompt(prompt) |
| 139 | } |
| 140 | |
| 141 | // GetSystemPrompt 获取系统提示词 |
| 142 | func (g *GatewayProvider) GetSystemPrompt() string { |
nothing calls this directly
no test coverage detected