MCPcopy
hub / github.com/openai/openai-go / MarshalJSON

Method MarshalJSON

shared/constant/constants.go:1018–1018  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1016func (c ApplyPatchCallOutput) MarshalJSON() ([]byte, error) { return marshalString(c) }
1017func (c Approximate) MarshalJSON() ([]byte, error) { return marshalString(c) }
1018func (c Assistant) MarshalJSON() ([]byte, error) { return marshalString(c) }
1019func (c AssistantDeleted) MarshalJSON() ([]byte, error) { return marshalString(c) }
1020func (c Auto) MarshalJSON() ([]byte, error) { return marshalString(c) }
1021func (c Base64) MarshalJSON() ([]byte, error) { return marshalString(c) }

Callers

nothing calls this directly

Calls 1

marshalStringFunction · 0.85

Tested by

no test coverage detected