# pickGapProposal

**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#L105)

Best proposal with token overlap ≥ 2 against the thread title/question, or null.

## Signature

```ts
function pickGapProposal(proposals: TicketTopicProposal[], threadText: string): TicketTopicProposal | null
```

## Parameters

| Name | Type |
|---|---|
| `proposals` | `TicketTopicProposal[]` |
| `threadText` | `string` |

**Returns:** `TicketTopicProposal | null`
