class

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(type_value : AutoChunkingStrategyRequestParamType = AutoChunkingStrategyRequestParamType::Auto)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

type_value

Always auto.

Source
type_value=(type_value : AutoChunkingStrategyRequestParamType)

Always auto.

Source