AgentCustomOrchestration

data class AgentCustomOrchestration(val executor: AgentOrchestrationExecutor? = null)

Structure for custom orchestration

Constructors

Link copied to clipboard
constructor(executor: AgentOrchestrationExecutor? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The structure of the executor invoking the actions in custom orchestration.