Provides struct and type for a VectorStore.SearchResult.Content
@type t() :: %OpenAi.VectorStore.SearchResult.Content{ text: String.t(), type: String.t() }