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

Module for representing the OpenAI schema ToolSearchExecutionType.

Type

:server | :client

Allowed Values

"server", "client"

Summary

Types

@type t() :: :server | :client