ExOpenAI.Components.CreateSearchRequest (ex_openai.ex v0.2.1) 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()],
  file: String.t(),
  max_rerank: integer(),
  query: String.t(),
  return_metadata: boolean(),
  user: String.t()
}