# CodeChunk

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/agent-core/src/semantic/types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/semantic/types.ts#L12)

A chunk of source code for indexing.

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `file` | `string` |
| `startLine` | `number` |
| `endLine` | `number` |
| `kind` | `'function' | 'class' | 'method' | 'interface' | 'type' | 'block' | 'module'` |
| `name` | `string` |
| `content` | `string` |
| `context` | `string` |
| `embedding` | `number[]` |
| `contentHash` | `string` |
