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

Method IsRemoteImage

dto/openai_request.go:194–196  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

192}
193
194func (m *MessageImageUrl) IsRemoteImage() bool {
195 return strings.HasPrefix(m.Url, "http")
196}
197
198type MessageInputAudio struct {
199 Data string `json:"data"` //base64

Callers 1

requestOpenAI2DifyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected