> ## 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.

# Get Template Store • AI Agents Framework

> get_template_store: Return template store when wrapper templates feature is available.

# get\_template\_store

<div className="flex items-center gap-2">
  <Badge color="teal">Function</Badge>
</div>

> This function is defined in the [**adapters**](../modules/adapters) module.

Return template store when wrapper templates feature is available.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def get_template_store() -> Optional[Any]
```

### Returns

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

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai/praisonai/adapters/__init__.py#L80">
  `praisonai/adapters/__init__.py` at line 80
</Card>
