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

# autogen.tools.BaseContext

<h2 id="autogen.tools.BaseContext" class="doc doc-heading">
  <code class="doc-symbol doc-symbol-heading doc-symbol-class" />

  <span class="doc doc-object-name doc-class-name">BaseContext</span>
</h2>

```python theme={null}
BaseContext()
```

Base class for context classes.<br />This is the base class for defining various context types that may be used
throughout the application. It serves as a parent for specific context classes.
