# Output Styles API

Output styles customize the tone and formatting of agent responses. Select one via
the `output_style` parameter on
[`create_deep_agent`][pydantic_deep.agent.create_deep_agent]. See
[Output Styles](../advanced/output-styles.md) for the conceptual overview.

## OutputStyle

::: pydantic_deep.styles.OutputStyle
    options:
      show_source: false

## BUILTIN_STYLES

::: pydantic_deep.styles.BUILTIN_STYLES
    options:
      show_source: false

## resolve_style

::: pydantic_deep.styles.resolve_style
    options:
      show_source: false

## discover_styles

::: pydantic_deep.styles.discover_styles
    options:
      show_source: false

## load_style_from_file

::: pydantic_deep.styles.load_style_from_file
    options:
      show_source: false

## format_style_prompt

::: pydantic_deep.styles.format_style_prompt
    options:
      show_source: false
