Skip to main content

reset_short_term

Method
This is a method of the Memory class in the memory module.
Completely clears short-term memory.

Signature

def reset_short_term() -> Any

Returns

Returns
Any
The result of the operation.

Uses

  • sqlite3.connect
  • conn.execute
  • conn.commit
  • conn.close

Used By

Source

View on GitHub

praisonaiagents/memory/memory.py at line 738