@astralform/js 4.6.0 → 4.6.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.
package/dist/index.cjs CHANGED
@@ -2132,6 +2132,7 @@ var StreamManager = class {
2132
2132
  agentName: options?.agentName,
2133
2133
  uploadIds: options?.uploadIds,
2134
2134
  planMode: options?.planMode,
2135
+ imageMode: options?.imageMode,
2135
2136
  goal: options?.goal,
2136
2137
  provider: options?.provider,
2137
2138
  model: options?.model,