class

OpenAI::OtherChunkingStrategyResponseParam

Inherits JSON::Serializable < Reference < Object

This is returned when the chunking strategy is unknown. Typically, this is because the file was indexed before the chunking_strategy concept was introduced in the API.

Constructors

new(type_value : OtherChunkingStrategyResponseParamType = OtherChunkingStrategyResponseParamType::Other)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

type_value

Always other.

Source
type_value=(type_value : OtherChunkingStrategyResponseParamType)

Always other.

Source