@corbat-tech/coco 2.22.0 → 2.22.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/index.js +0 -1
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14484,7 +14484,6 @@ var CodexProvider = class {
|
|
|
14484
14484
|
model,
|
|
14485
14485
|
input,
|
|
14486
14486
|
instructions: instructions ?? "You are a helpful coding assistant.",
|
|
14487
|
-
truncation: "auto",
|
|
14488
14487
|
store: false,
|
|
14489
14488
|
stream: true
|
|
14490
14489
|
// Codex API requires streaming
|