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.

Default implementation returns the trace from context.

public virtual string GetReasoningTrace(PlanningContext context)

Parameters

context PlanningContext

The planning context.

Returns

string

The reasoning trace.