# gapTokens

**Kind:** Function

**Source:** [`atloria-monorepo/apps/web/src/app/app/desk/components/copilotUtils.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/desk/components/copilotUtils.ts#L95)

Case-insensitive tokens, length ≥ 3, stopwords removed, deduped.

## Signature

```ts
function gapTokens(text: string): string[]
```

## Parameters

| Name | Type |
|---|---|
| `text` | `string` |

**Returns:** `string[]`
