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
keystringThe state key.
Returns
- bool
trueif the key exists.
Checks if a state key exists.
public bool HasState(string key)
key stringThe state key.
true if the key exists.