Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
266
func
(c *ClaudeRequest) IsStringSystem() bool {
267
_, ok := c.System.(string)
268
return
ok
269
}
270
271
func
(c *ClaudeRequest) GetStringSystem() string {
272
if
c.IsStringSystem() {
Callers
2
GetStringSystem
Method · 0.95
ClaudeToOpenAIRequest
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected