AI::OpenAI::OpenAIEmbeddingResponse
Inherits JSON::Serializable < Struct < Value < Object
Response from OpenAI embedding API.
This is a minimal version of the schema, focused on what is needed for the implementation. This approach limits breakages when the API changes and increases efficiency.
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source