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

Module for representing the OpenAI schema StaticChunkingStrategyResponseParam.

Fields

  • :static - required - ExOpenAI.Components.StaticChunkingStrategy.t()

  • :type - required - :static
    Always static.
    Allowed values: "static"

Summary

Types

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