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

Method SetStringContent

dto/openai_request.go:276–279  ·  view source on GitHub ↗
(content string)

Source from the content-addressed store, hash-verified

274}
275
276func (m *Message) SetStringContent(content string) {
277 m.Content = content
278 m.parsedContent = nil
279}
280
281func (m *Message) SetMediaContent(content []MediaContent) {
282 m.Content = content

Callers 2

ClaudeToOpenAIRequestFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected