Skip to main content

restore_state

Method
This is a method of the Session class in the session module.
Restore session state from memory.

Signature

def restore_state() -> Dict[str, Any]

Returns

Returns
Dict[str, Any]
Dictionary of restored state data

Exceptions

If this is a remote session

Uses

  • ValueError
  • search_short_term

Used By

Source

View on GitHub

praisonaiagents/session.py at line 232