Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.28 KB

File metadata and controls

20 lines (17 loc) · 1.28 KB

# CreateOrchestrationRequest

Properties

Name Type Description Notes
name string Orchestration name
description string Optional description [optional]
agent_id string Agent to process items [optional]
tool_id string Tool to execute for items [optional]
workflow_id string Workflow to run for items [optional]
input_source \QuantClient\Model\CreateOrchestrationRequestInputSource
batch_size int Items per batch [optional] [default to 10]
concurrency int Concurrent items within a batch [optional] [default to 1]
stop_condition \QuantClient\Model\CreateOrchestrationRequestStopCondition [optional]
assigned_skills string[] Skill IDs to assign [optional]
context object Optional context merged into each item before processing (e.g. shared credentials or endpoints) [optional]
auto_start bool Whether to start immediately [optional] [default to true]

[Back to Model list] [Back to API list] [Back to README]