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

Method SetText

dto/claude.go:34–36  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

32}
33
34func (c *ClaudeMediaMessage) SetText(s string) {
35 c.Text = &s
36}
37
38func (c *ClaudeMediaMessage) GetText() string {
39 if c.Text == nil {

Callers 1

ResponseOpenAI2ClaudeFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected