Method Initialize
Initialize(PlanningContext)
Prepares the execution context before the first inference call.
Called once at the start of agent execution. Use this to initialize any state needed for the planning process.
void Initialize(PlanningContext context)
Parameters
contextPlanningContextThe planning context containing agent and execution state.