View Source ExOpenAI.Components.ApplyPatchUpdateFileOperation (ex_openai.ex v2.0.0-beta2)
Instruction describing how to update a file via the apply_patch tool.
Fields
:diff- required -String.t()
Diff to apply.:path- required -String.t()
Path of the file to update.:type- required -:update_file
Update an existing file with the provided diff.
Allowed values:"update_file"
Default:"update_file"