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