You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/_blogs/2025-12-22-GPT-5.1-Apply-Patch-Tool/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ GPT-5.1 automatically generates these diffs when using the apply_patch tool, ens
63
63
64
64
## Basic Setup and Configuration
65
65
66
-
Getting started with apply_patch in AG2 is straightforward. You need GPT-5.1 or any model above 5.1 access (currently in beta) and AG2 installed with OpenAI support.
66
+
Getting started with apply_patch in AG2 is straightforward. You need GPT-5.1 or any model above 5.1 access and AG2 installed with OpenAI support.
67
67
68
68
### Installation
69
69
@@ -614,7 +614,7 @@ patch_tool = ApplyPatchTool(
614
614
pip install ag2[openai]
615
615
```
616
616
617
-
2.**Get GPT-5.1 access**: Ensure your OpenAI API key has access to GPT-5.1 (currently in beta)
617
+
2.**Get GPT-5.1 access**: Ensure your OpenAI API key has access to GPT-5.1
618
618
619
619
3.**Try the examples**: Start with simple file creation, then move to more complex multi-file operations
0 commit comments