class

OpenAI::StaticChunkingStrategyRequestParam

Inherits JSON::Serializable < Reference < Object

Customize your own chunking strategy by setting chunk size and chunk overlap.

Constructors

new(type_value : StaticChunkingStrategyRequestParamType = StaticChunkingStrategyRequestParamType::Static, static : StaticChunkingStrategy = StaticChunkingStrategy.new)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

static
Source
static=(static : StaticChunkingStrategy)
Source
type_value

Always static.

Source
type_value=(type_value : StaticChunkingStrategyRequestParamType)

Always static.

Source