File tree 1 file changed +4
-4
lines changed
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
31
31
32
32
## Modifying/Adding code
33
33
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.
36
37
37
38
## Adding and running examples
38
39
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.
41
41
42
42
``` bash
43
43
# add an example to examples/<your-example>.py
You can’t perform that action at this time.
0 commit comments