@elizaos/core 1.6.3-alpha.7 → 1.6.3-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/node/index.node.js
CHANGED
|
@@ -45199,6 +45199,7 @@ class AgentRuntime {
|
|
|
45199
45199
|
actionStatus: statusText,
|
|
45200
45200
|
actionId,
|
|
45201
45201
|
type: "agent_action",
|
|
45202
|
+
thought: actionPlan?.thought,
|
|
45202
45203
|
actionResult,
|
|
45203
45204
|
source: message.content?.source
|
|
45204
45205
|
}
|
|
@@ -47749,5 +47750,5 @@ export {
|
|
|
47749
47750
|
AgentRuntime
|
|
47750
47751
|
};
|
|
47751
47752
|
|
|
47752
|
-
//# debugId=
|
|
47753
|
+
//# debugId=577C4F575E2530C564756E2164756E21
|
|
47753
47754
|
//# sourceMappingURL=index.node.js.map
|