Packages

Sans-IO OpenAI API client for Gleam, ported from async-openai

Current section

Files

Jump to
glopenai include glopenai@vector_store_VectorStoreFileContentObject.hrl
Raw

include/glopenai@vector_store_VectorStoreFileContentObject.hrl

-record(vector_store_file_content_object, {
content_type :: binary(),
text :: binary()
}).