class

OpenAI::StaticChunkingStrategyResponseParam

Inherits JSON::Serializable < Reference < Object

Constructors

new(type_value : StaticChunkingStrategyResponseParamType = StaticChunkingStrategyResponseParamType::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 : StaticChunkingStrategyResponseParamType)

Always static.

Source