Table of Contents

Method GetReasoningTrace

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

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

context PlanningContext

The planning context.

Returns

string

The reasoning trace, or null if not available.