Method ExtractFinalResponse
ExtractFinalResponse(PlanningContext)
Extracts the final response content from the planning process.
Called when planning is complete to extract the user-facing response from any accumulated reasoning or output.
string ExtractFinalResponse(PlanningContext context)
Parameters
contextPlanningContextThe final planning context.
Returns
- string
The final response content to return to the user.