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

Not supported with latest reasoning models o3 and o4-mini.

Up to 4 sequences where the API will stop generating further tokens. The returned text will not contain the stop sequence.

Type

String.t() | nil | [String.t()] | nil

Summary

Types

@type t() :: ((String.t() | nil) | [String.t()]) | nil