mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
This reverts commit bd2a786326, which
didn't capture all the nuance we need for this migration.
This commit is contained in:
committed by
GitHub
Unverified
parent
fac3158c2a
commit
bfe90188ad
@@ -19,13 +19,6 @@ migration; if compliance is difficult, ask the user how to proceed.
|
||||
- Tool call arguments that the model is expected to generate should be deserialized as regular
|
||||
`String`s with feature-specific path handling code.
|
||||
|
||||
## Rollout stability
|
||||
|
||||
Assume that rollouts will be parsed by monotonically increasing versions of Codex.
|
||||
|
||||
You can use `PathUri` in place of `AbsolutePathBuf` for rollout fields without jeopardizing
|
||||
backwards compatibility since `PathUri` allows deserialization from bare absolute paths.
|
||||
|
||||
## Migration requirements
|
||||
|
||||
Keep these requirements in mind while migrating code to conform with the above guidelines:
|
||||
|
||||
Reference in New Issue
Block a user