> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ag2.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# autogen.oai.client_utils.FormatterProtocol

<h2 id="autogen.oai.client_utils.FormatterProtocol" class="doc doc-heading">
  <code class="doc-symbol doc-symbol-heading doc-symbol-class" />

  <span class="doc doc-object-name doc-class-name">FormatterProtocol</span>
</h2>

```python theme={null}
FormatterProtocol(*args, **kwargs)
```

Structured Output classes with a format method

<b>Parameters:</b>

| Name       | Description |
| ---------- | ----------- |
| `*args`    |             |
| `**kwargs` |             |

### Instance Methods

<code class="doc-symbol doc-symbol-heading doc-symbol-method" />

#### format

```python theme={null}
format(self) -> str
```

<br />
