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

# Resolve Routing • AI Agent SDK

> resolve_routing: Resolve routing parameter (workflow steps).

# resolve\_routing

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

> This function is defined in the [**param\_resolver**](../modules/param_resolver) module.

Resolve routing parameter (workflow steps).

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def resolve_routing(value: Any, config_class: Type) -> Any
```

## Parameters

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

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

### Returns

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

## Uses

* `resolve`

## Source

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