View Source ExOpenAI.Components.TaskType (ex_openai.ex v2.0.0-beta2)
Module for representing the OpenAI schema TaskType.
Type
:custom | :thought
Allowed Values
"custom", "thought"
Summary
Types
@type t() :: :custom | :thought
Module for representing the OpenAI schema TaskType.
:custom | :thought
"custom", "thought"
@type t() :: :custom | :thought