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

> resolve_output: API reference for resolve_output

# resolve\_output

<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_output(input: boolean | string | OutputConfig | undefined) -> OutputConfig | undefined
```

### Returns

<ResponseField name="Returns" type="OutputConfig | 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#L661">
  `src/config/index.ts` at line 661
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="JS Output" icon="file-export" href="/docs/js/output" />

  <Card title="JS Structured Output" icon="code" href="/docs/js/structured-output" />

  <Card title="JS Structured Output CLI" icon="terminal" href="/docs/js/structured-output-cli" />
</CardGroup>
