strategyId

open override var strategyId: String?(source)

Represents the identifier for the strategy to be used in the agent context.

This property is used to distinguish and configure different strategies within an AI agent's workflow. It may determine how the agent processes inputs, selects methodologies, or executes tasks, depending on the applied strategy.

Can be null if a strategy is not explicitly defined or required.