# ContextSource

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/services/business-context-extractor.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/services/business-context-extractor.ts#L17)

A source of business context

## Properties

| Property | Type |
|---|---|
| `type` | `'pdf' | 'url' | 'file' | 'text'` |
| `path` | `string` |
| `content` | `string` |
