Defined in: [src/types/citations.ts:131](https://github.com/strands-agents/harness-sdk/blob/576da59fdc411b55036a7cf66d4e1659a67d4d0d/strands-ts/src/types/citations.ts#L131)

A single citation linking generated content to a source location.

## Properties

### location

```ts
location: CitationLocation;
```

Defined in: [src/types/citations.ts:135](https://github.com/strands-agents/harness-sdk/blob/576da59fdc411b55036a7cf66d4e1659a67d4d0d/strands-ts/src/types/citations.ts#L135)

The location of the cited source.

---

### source

```ts
source: string;
```

Defined in: [src/types/citations.ts:140](https://github.com/strands-agents/harness-sdk/blob/576da59fdc411b55036a7cf66d4e1659a67d4d0d/strands-ts/src/types/citations.ts#L140)

The source identifier string.

---

### sourceContent

```ts
sourceContent: CitationSourceContent[];
```

Defined in: [src/types/citations.ts:145](https://github.com/strands-agents/harness-sdk/blob/576da59fdc411b55036a7cf66d4e1659a67d4d0d/strands-ts/src/types/citations.ts#L145)

The source content referenced by this citation.

---

### title

```ts
title: string;
```

Defined in: [src/types/citations.ts:150](https://github.com/strands-agents/harness-sdk/blob/576da59fdc411b55036a7cf66d4e1659a67d4d0d/strands-ts/src/types/citations.ts#L150)

Title of the cited source.