orchestrator-client 5.7.12 → 5.8.3

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
@@ -759,6 +759,7 @@ var OrchestratorAsync = class {
759
759
  const body = {
760
760
  user_id: params.userId,
761
761
  goal_prompt: params.goalPrompt,
762
+ variant: params.variant ?? "portal_user",
762
763
  title: params.title,
763
764
  agent_model_id: params.agentModelId,
764
765
  orchestrator_model_id: params.orchestratorModelId,