@receptron/graphai_express 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/lib/agents.js +2 -1
  2. package/package.json +1 -1
package/lib/agents.js CHANGED
@@ -168,7 +168,8 @@ const agentDispatcherInternal = (agentDictionary, agentFilters = [], isDispatch
168
168
  filterParams,
169
169
  };
170
170
  if (graphaiExpressVerbose) {
171
- console.log("agentDispatcherInternal(context): ", context);
171
+ const { agents: _nonLog, ...logContext } = context;
172
+ console.log("agentDispatcherInternal(context): ", logContext);
172
173
  }
173
174
  const agentFilterRunner = (0, agent_filters_1.agentFilterRunnerBuilder)(agentFilters);
174
175
  const result = await agentFilterRunner(context, agent.agent);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@receptron/graphai_express",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "GraphAI express web server middleware.",
5
5
  "main": "lib/index.js",
6
6
  "files": [