Method: OpenAI::RequestOptions#extra_query
- Defined in:
- lib/openai/request_options.rb
#extra_query ⇒ Hash{String=>Array<String>, String, nil}?
Extra query params to send with the request. These are .merge
’d into any
query
given at the client level.
40 |
# File 'lib/openai/request_options.rb', line 40 optional :extra_query, OpenAI::Internal::Type::HashOf[OpenAI::Internal::Type::ArrayOf[String]] |