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

# Normalize Chunker Type • AI Agent SDK

> normalize_chunker_type: Map a user-facing chunking strategy name onto a chunker id.

# normalize\_chunker\_type

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

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

Map a user-facing chunking strategy name onto a chunker id.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def normalize_chunker_type(name: str) -> str
```

## Parameters

<ParamField query="name" type="str" required={true}>
  No description available.
</ParamField>

### Returns

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

## Uses

* `make_preset_error`

## Used By

* [`Knowledge.chunker`](../functions/Knowledge-chunker)

## Source

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