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

Module for representing the OpenAI schema SearchContentType.

Type

:text | :image

Allowed Values

"text", "image"

Summary

Types

@type t() :: :text | :image