Table of Contents

Method ContainsMarker

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

ContainsMarker(string, string)

Checks if the output contains a marker.

protected static bool ContainsMarker(string output, string marker)

Parameters

output string

The model output.

marker string

The marker to find.

Returns

bool

true if the marker is found.