ExOpenAI.Components.CreateSearchRequest (ex_openai.ex v1.0.4) View Source

Schema representing a CreateSearchRequest within the OpenAI API

Link to this section Summary

Link to this section Types

Specs

t() :: %ExOpenAI.Components.CreateSearchRequest{
  documents: [String.t()] | nil,
  file: String.t() | nil,
  max_rerank: integer() | nil,
  query: String.t(),
  return_metadata: boolean() | nil,
  user: String.t() | nil
}