class

OpenAI::SpecificApplyPatchParam

Inherits JSON::Serializable < Reference < Object

Forces the model to call the apply_patch tool when executing a tool call.

Constructors

new(type_value : SpecificApplyPatchParamType = SpecificApplyPatchParamType::ApplyPatch)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

type_value

The tool to call. Always apply_patch.

Source
type_value=(type_value : SpecificApplyPatchParamType)

The tool to call. Always apply_patch.

Source