View Source ExOpenAI.Components.StaticChunkingStrategyResponseParam (ex_openai.ex v1.7.0)

Schema representing a StaticChunkingStrategyResponseParam within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.StaticChunkingStrategyResponseParam{
  static: ExOpenAI.Components.StaticChunkingStrategy.t(),
  type: :static
}