Table of Contents

Method ExtractFinalResponse

Namespace
LMKit.Agents.Planning
Assembly
LM-Kit.NET.dll

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

context PlanningContext

The final planning context.

Returns

string

The final response content to return to the user.