> ## 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.oai_models.chat_completion_message.AnnotationURLCitation

<h2 id="autogen.oai.oai_models.chat_completion_message.AnnotationURLCitation" class="doc doc-heading">
  <code class="doc-symbol doc-symbol-heading doc-symbol-class" />

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

```python theme={null}
AnnotationURLCitation(**data: Any)
```

!!! abstract "Usage Documentation"
[Models](/docs/api-reference/autogen/oai/oai_models/concepts/models)

A base class for creating Pydantic models.<br />

<b>Parameters:</b>

| Name     | Description   |
| -------- | ------------- |
| `**data` | **Type:** Any |

### Class Attributes

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

#### end\_index

<br />

The index of the last character of the URL citation in the message.

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

#### model\_config

<br />

<br />

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

#### start\_index

<br />

The index of the first character of the URL citation in the message.

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

#### title

<br />

The title of the web resource.

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

#### url

<br />

The URL of the web resource.
