(value: string)
| 1352 | } |
| 1353 | |
| 1354 | function normalizeMentionLookupText(value: string): string { |
| 1355 | return value |
| 1356 | .trim() |
| 1357 | .replace(/^[\s"'“”‘’([{<]+|[\s"'“”‘’)\]}>.,!?;:,。!?;:、]+$/g, '') |
| 1358 | .toLocaleLowerCase() |
| 1359 | } |
| 1360 | |
| 1361 | async function resolveMentionedMembersFromContent( |
| 1362 | state: AIChatSessionState, |
no outgoing calls
no test coverage detected