MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / GetStringSystem

Method GetStringSystem

dto/claude.go:271–276  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

ClaudeToOpenAIRequestFunction · 0.80

Calls 1

IsStringSystemMethod · 0.95

Tested by

no test coverage detected