View Source ExOpenAI.Components.ApplyPatchToolParam (ex_openai.ex v2.0.0-beta2)
Allows the assistant to create, delete, or update files using unified diffs.
Fields
:type- required -:apply_patch
The type of the tool. Alwaysapply_patch.
Allowed values:"apply_patch"
Default:"apply_patch"
Summary
Types
@type t() :: %ExOpenAI.Components.ApplyPatchToolParam{type: :apply_patch}