View Source OpenAi.VectorStore.SearchResult.Content (OpenAI REST API Client v1.0.0)

Provides struct and type for a VectorStore.SearchResult.Content

Summary

Types

@type t() :: %OpenAi.VectorStore.SearchResult.Content{
  text: String.t(),
  type: String.t()
}