> ## 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 • TypeScript AI Agent SDK

> resolve_routing: API reference for resolve_routing

# resolve\_routing

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

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

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def resolve_routing(input: boolean | string | Record<string, any> | undefined) -> Record<string, any> | undefined
```

### Returns

<ResponseField name="Returns" type="Record<string, any> | undefined">
  The result of the operation.
</ResponseField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-ts/src/config/index.ts#L870">
  `src/config/index.ts` at line 870
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="JS Routing" icon="route" href="/docs/js/routing" />

  <Card title="JS Router Agent" icon="arrows-split" href="/docs/js/router-agent" />
</CardGroup>
