Skip to main content

set_state

Method
This is a method of the GatewaySessionProtocol class in the protocols module.
Set a session state value.

Signature

def set_state(key: str, value: Any) -> None

Parameters

key
str
required
No description available.
value
Any
required
No description available.

Used By

Source

View on GitHub

praisonaiagents/gateway/protocols.py at line 202