Method GetReasoningTrace
GetReasoningTrace(PlanningContext)
Gets the accumulated reasoning trace from the planning process.
Returns the internal reasoning steps, thoughts, or reflections
generated during planning. May be null if no trace was generated.
string GetReasoningTrace(PlanningContext context)
Parameters
contextPlanningContextThe planning context.
Returns
- string
The reasoning trace, or
nullif not available.