AgentCustomOrchestrationArgs

data class AgentCustomOrchestrationArgs(val executor: Output<AgentOrchestrationExecutorArgs>? = null) : ConvertibleToJava<AgentCustomOrchestrationArgs>

Structure for custom orchestration

Constructors

Link copied to clipboard
constructor(executor: Output<AgentOrchestrationExecutorArgs>? = null)

Properties

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): AgentCustomOrchestrationArgs