> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Reset Short Term • AI Agent SDK

> reset_short_term: Completely clears short-term memory.

# reset\_short\_term

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**Memory**](../classes/Memory) class in the [**memory**](../modules/memory) module.

Completely clears short-term memory.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def reset_short_term() -> Any
```

### Returns

<ResponseField name="Returns" type="Any">
  The result of the operation.
</ResponseField>

## Uses

* `sqlite3.connect`
* `conn.execute`
* `conn.commit`
* `conn.close`

## Used By

* [`Memory.reset_all`](../functions/Memory-reset_all)
* [`Session.clear_memory`](../functions/Session-clear_memory)

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/memory/memory.py#L738">
  `praisonaiagents/memory/memory.py` at line 738
</Card>
