@voltagent/server-core 1.0.7 → 1.0.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/index.js CHANGED
@@ -2151,6 +2151,8 @@ var PROTECTED_ROUTES = [
2151
2151
  // generateText
2152
2152
  "POST /agents/:id/stream",
2153
2153
  // streamText
2154
+ "POST /agents/:id/chat",
2155
+ // chatStream
2154
2156
  "POST /agents/:id/object",
2155
2157
  // generateObject
2156
2158
  "POST /agents/:id/stream-object",