Expand description
Patch application module implementing the OpenAI Codex patch format
This module provides functionality to parse and apply patches in the format used by OpenAI Codex, which is designed to be easy to parse and safe to apply.
Structs§
- Apply
Patch Input - Input structure for the apply_patch tool
- Patch
- Represents a complete patch
- Patch
Hunk - Represents a hunk in a patch
Enums§
- Patch
Line - Represents a line in a patch hunk
- Patch
Operation - Represents a patch operation