Table of Contents

Method HasState

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

HasState(string)

Checks if a state key exists.

public bool HasState(string key)

Parameters

key string

The state key.

Returns

bool

true if the key exists.