View Source ExOpenAI.Components.StaticChunkingStrategyResponseParam (ex_openai.ex v2.0.0-beta)
Module for representing the OpenAI schema StaticChunkingStrategyResponseParam.
Fields
:static- required -any():type- required -:static
Alwaysstatic.
Allowed values:"static"
Summary
Types
@type t() :: %ExOpenAI.Components.StaticChunkingStrategyResponseParam{ static: ExOpenAI.Components.StaticChunkingStrategy.t(), type: :static }