-
Notifications
You must be signed in to change notification settings - Fork 5
docs(sdk): document GPT-5.1 ApplyPatch example #122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: openhands <openhands@all-hands.dev>
|
Actually I'm not sure this belongs in the docs, or not quite like this, it's not a "guide". |
|
@OpenHands Read OpenHands/software-agent-sdk#1166 and take from there the examples/ example script, and update this PR with the latest content if it changed. Then remove the text that says here, in the docs PR, that it's available on github, because it won't be: I'll remove it from there, and it stays only here. Commit and push the docs branch. |
|
I'm on it! enyst can track my progress at all-hands.dev |
- Sync code block from agent-sdk PR #1166 (feat/apply-patch-tool-gpt5-1) - Drop GitHub availability note per request; example lives in docs only Co-authored-by: openhands <openhands@all-hands.dev>
|
Summary of work completed Checklist
Git
Result
|
Add SDK guide for the GPT-5.1 ApplyPatch example (
examples/01_standalone_sdk/28_apply_patch_with_gpt5_1.py).This corresponds to the SDK changes in
OpenHands/software-agent-sdkPR #1166 (feat: GPT-5.1 ApplyPatch tool).