```ts
type CitationGeneratedContent = {
  text: string;
};
```

Defined in: [src/types/citations.ts:126](https://github.com/strands-agents/harness-sdk/blob/e4284b561624d906e361535ef1f1adcd5ce3461b/strands-ts/src/types/citations.ts#L126)

Generated content associated with a citation. Modeled as a union type for future extensibility.

## Properties

### text

```ts
text: string;
```

Defined in: [src/types/citations.ts:126](https://github.com/strands-agents/harness-sdk/blob/e4284b561624d906e361535ef1f1adcd5ce3461b/strands-ts/src/types/citations.ts#L126)