OpenAI::AutoChunkingStrategyRequestParam
Inherits JSON::Serializable < Reference < Object
The default strategy. This strategy currently uses a max_chunk_size_tokens of 800 and chunk_overlap_tokens of 400.
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : AutoChunkingStrategyRequestParamType = AutoChunkingStrategyRequestParamType::Auto)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source