@minded-ai/mindedjs 2.0.36-beta.1 → 2.0.36-beta.3

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.
@@ -127,7 +127,7 @@ agent.on(AgentEvents.TRIGGER_EVENT, async ({ triggerBody, state }) => {
127
127
 
128
128
  ### Development Environment: Dashboard Messages
129
129
 
130
- In development, agents can be invoked with `triggerName = 'dashboard_message'`. Handle this case to prevent default webhook behavior:
130
+ In development, agents are invoked with `triggerName = 'dashboard_message'` for dashboard messages. Handle this case to prevent default webhook behavior. Otherwise, avoid using this parameter.
131
131
 
132
132
  ```typescript
133
133
  agent.on(AgentEvents.TRIGGER_EVENT, async ({ triggerName, triggerBody, state }) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minded-ai/mindedjs",
3
- "version": "2.0.36-beta.1",
3
+ "version": "2.0.36-beta.3",
4
4
  "description": "MindedJS is a TypeScript library for building agents.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",