@prestyj/agent 5.4.1 → 5.5.0

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.cjs CHANGED
@@ -408,6 +408,7 @@ async function* agentLoop(messages, options) {
408
408
  baseUrl: options.baseUrl,
409
409
  signal: streamController.signal,
410
410
  accountId: options.accountId,
411
+ transportSessionId: options.transportSessionId,
411
412
  projectId: options.projectId,
412
413
  cacheRetention: options.cacheRetention,
413
414
  promptCacheKey: options.promptCacheKey,