View Source OpenAi.VectorStore.File.ContentResponseData (OpenAI REST API Client v1.0.0)

Provides struct and type for a VectorStore.File.ContentResponseData

Summary

Types

@type t() :: %OpenAi.VectorStore.File.ContentResponseData{
  text: String.t() | nil,
  type: String.t() | nil
}