# PromptSection

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/agent-core/src/autonomous/prompt-sections.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/agent-core/src/autonomous/prompt-sections.ts#L28)

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `condition` | `(ctx: SectionContext) => boolean` |
| `content` | `string` |
| `priority` | `number` |
