Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

set_state

Method
This is a method of the Session class in the session module.
Set a specific state value

Signature

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

Parameters

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

Uses

  • restore_state
  • save_state

Used By

Source

View on GitHub

praisonaiagents/session.py at line 361