File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ $ pip install -r requirements-dev.lock
3131
3232## Modifying/Adding code
3333
34- Most of the SDK is generated code, and any modified code will be overridden on the next generation. The
35- ` src/openai/lib/ ` and ` examples/ ` directories are exceptions and will never be overridden.
34+ Most of the SDK is generated code. Modifications to code will be persisted between generations, but may
35+ result in merge conflicts between manual patches and changes from the generator. The generator will never
36+ modify the contents of the ` src/openai/lib/ ` and ` examples/ ` directories.
3637
3738## Adding and running examples
3839
39- All files in the ` examples/ ` directory are not modified by the Stainless generator and can be freely edited or
40- added to.
40+ All files in the ` examples/ ` directory are not modified by the generator and can be freely edited or added to.
4141
4242``` bash
4343# add an example to examples/<your-example>.py
You can’t perform that action at this time.
0 commit comments