()
| 269 | } |
| 270 | |
| 271 | func (c *ClaudeRequest) GetStringSystem() string { |
| 272 | if c.IsStringSystem() { |
| 273 | return c.System.(string) |
| 274 | } |
| 275 | return "" |
| 276 | } |
| 277 | |
| 278 | func (c *ClaudeRequest) SetStringSystem(system string) { |
| 279 | c.System = system |
no test coverage detected