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 +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -691,6 +691,7 @@ var OrchestratorAsync = class {
|
|
|
691
691
|
const body = {
|
|
692
692
|
user_id: params.userId,
|
|
693
693
|
goal_prompt: params.goalPrompt,
|
|
694
|
+
variant: params.variant ?? "portal_user",
|
|
694
695
|
title: params.title,
|
|
695
696
|
agent_model_id: params.agentModelId,
|
|
696
697
|
orchestrator_model_id: params.orchestratorModelId,
|