telegram_alias_candidates
Finds tokens like 'name(123456)' where the name is missing from the alias dictionary, returning candidates for review and registration.
Instructions
누락된 별칭 후보를 반환합니다.
텍스트에 이름(123456) 형태로 나오지만 현재 사전이 그 이름을 해당 코드로
매칭하지 못하는 토큰. 코드가 정답을 알려주므로 고정밀. 검토 후
telegram_add_alias 로 등록하세요.
Args: days: 분석 기간(일). 기본 7. min_count: 최소 등장 횟수. 기본 2. top: 상위 N개. 기본 40.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| days | No | ||
| min_count | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |