@elizaos/core 1.6.2-alpha.6 → 1.6.2-alpha.8
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/browser/index.browser.js +3 -3
- package/dist/browser/index.browser.js.map +2 -2
- package/dist/node/index.node.js +3 -3
- package/dist/node/index.node.js.map +2 -2
- package/dist/prompts.d.ts +1 -1
- package/dist/prompts.d.ts.map +1 -1
- package/dist/types/runtime.d.ts +1 -0
- package/dist/types/runtime.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/node/index.node.js
CHANGED
|
@@ -42721,12 +42721,12 @@ These are the actions or data provider calls that have already been used in this
|
|
|
42721
42721
|
|
|
42722
42722
|
<keys>
|
|
42723
42723
|
"thought" Clearly explain your reasoning for the selected providers and/or action, and how this step contributes to resolving the user's request.
|
|
42724
|
-
"action" Name of the action to execute after providers return (can be
|
|
42724
|
+
"action" Name of the action to execute after providers return (can be empty if no action is needed).
|
|
42725
42725
|
"providers" List of provider names to call in this step (can be empty if none are needed).
|
|
42726
42726
|
"isFinish" Set to true only if the task is fully complete.
|
|
42727
42727
|
</keys>
|
|
42728
42728
|
|
|
42729
|
-
⚠️ IMPORTANT: Do **not** mark the task as \`isFinish: true\` immediately after calling an action
|
|
42729
|
+
⚠️ IMPORTANT: Do **not** mark the task as \`isFinish: true\` immediately after calling an action. Wait for the action to complete before deciding the task is finished.
|
|
42730
42730
|
|
|
42731
42731
|
<output>
|
|
42732
42732
|
<response>
|
|
@@ -46427,5 +46427,5 @@ export {
|
|
|
46427
46427
|
AgentRuntime
|
|
46428
46428
|
};
|
|
46429
46429
|
|
|
46430
|
-
//# debugId=
|
|
46430
|
+
//# debugId=EC34687CD2FBE32664756E2164756E21
|
|
46431
46431
|
//# sourceMappingURL=index.node.js.map
|