@astralform/js 4.5.0 → 4.6.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
@@ -1447,6 +1447,7 @@ var ChatSession = class {
1447
1447
  upload_ids: options?.uploadIds,
1448
1448
  agent_name: options?.agentName,
1449
1449
  plan_mode: options?.planMode,
1450
+ image_mode: options?.imageMode,
1450
1451
  goal: options?.goal,
1451
1452
  // Per-request model choice (client-side model selection).
1452
1453
  provider: options?.provider,