View Source ExOpenAI.Components.SpecificApplyPatchParam (ex_openai.ex v2.0.0-beta2)

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

Fields

  • :type - required - :apply_patch
    The tool to call. Always apply_patch.
    Allowed values: "apply_patch"
    Default: "apply_patch"

Summary

Types

@type t() :: %ExOpenAI.Components.SpecificApplyPatchParam{type: :apply_patch}