strategyId

abstract val strategyId: String(source)

Represents the unique identifier for the strategy being used in the current AI agent context.

This identifier allows the system to specify and reference a particular strategy employed during the execution pipeline of an AI agent. It can be used for logging, debugging, and switching between different strategies dynamically.