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

Method IsStringSystem

dto/claude.go:266–269  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264}
265
266func (c *ClaudeRequest) IsStringSystem() bool {
267 _, ok := c.System.(string)
268 return ok
269}
270
271func (c *ClaudeRequest) GetStringSystem() string {
272 if c.IsStringSystem() {

Callers 2

GetStringSystemMethod · 0.95
ClaudeToOpenAIRequestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected