ExOpenAI.parse_get_arguments

You're seeing just the function parse_get_arguments, go back to ExOpenAI module for more information.
Link to this function

parse_get_arguments(args)

View Source

Specs

parse_get_arguments(any()) :: %{
  name: String.t(),
  in: String.t(),
  type: String.t(),
  example: String.t(),
  required?: boolean()
}

Parses a list of properties into usable function arguments Properties is a list of [%{"name" => "xxx", "in" => "xxx"}}], or im yaml parameters:

  • in: path name: model required: true schema: type: string example:
    text-davinci-001
    description: The ID of the model to use for this request