View Source ExOpenAI.Components.StaticChunkingStrategyRequestParam (ex_openai.ex v1.7.0)
Schema representing a StaticChunkingStrategyRequestParam within the OpenAI API
Summary
Types
@type t() :: %ExOpenAI.Components.StaticChunkingStrategyRequestParam{ static: ExOpenAI.Components.StaticChunkingStrategy.t(), type: :static }