View Source ExOpenAI.Components.SearchContextSize (ex_openai.ex v2.0.0-beta2)

Module for representing the OpenAI schema SearchContextSize.

Type

:low | :medium | :high

Allowed Values

"low", "medium", "high"

Summary

Types

@type t() :: (:low | :medium) | :high