class

OpenAI::ApplyPatchToolParam

Inherits JSON::Serializable < Reference < Object

Allows the assistant to create, delete, or update files using unified diffs.

Constructors

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

Instance methods

type_value

The type of the tool. Always apply_patch.

Source
type_value=(type_value : ApplyPatchToolParamType)

The type of the tool. Always apply_patch.

Source