OpenAI::StaticChunkingStrategyRequestParam
Inherits JSON::Serializable < Reference < Object
Customize your own chunking strategy by setting chunk size and chunk overlap.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : StaticChunkingStrategyRequestParamType = StaticChunkingStrategyRequestParamType::Static, static : StaticChunkingStrategy = StaticChunkingStrategy.new)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
static
Sourcestatic=(static : StaticChunkingStrategy)
Source