open-agents-ai 0.186.9 → 0.186.11
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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -68375,7 +68375,7 @@ ${historyLines}
|
|
|
68375
68375
|
|
|
68376
68376
|
` : "") + `${chatBody.message}
|
|
68377
68377
|
|
|
68378
|
-
|
|
68378
|
+
This is a conversational chat. Write your FULL reply directly as text \u2014 do NOT summarize what you did. After writing your complete reply, call task_complete with a brief one-line summary for logging only.`;
|
|
68379
68379
|
const oaBin = process.argv[1] || "oa";
|
|
68380
68380
|
const args = [taskPrompt, "--json"];
|
|
68381
68381
|
if (model)
|
package/package.json
CHANGED