Table of Contents

Method SetState

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

SetState(string, object)

Stores a value in the shared state.

public void SetState(string key, object value)

Parameters

key string

The state key.

value object

The value to store.