关于 lark-task skill 的默认搜索范围的讨论
Open
Nobody has claimed this yet.
domain/core
domain/task
- Dominant language
- Go
- Stars
- 17.3k
- Forks
- 1.4k
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 105
Description
问题描述
飞书lark-task这个 skill 某些场景会出现误读数据,当 query = “看一下名字包含‘测试’的任务”,它默认查询用户有查看权限的任务列表,大部分是公司其他同事的,而不是用户自己分内的任务,所以我们希望能在skill中增加规则:“当用户query没有明确查询主体时,默认为用户自己的任务”也许会更好一些。
复现query(可以更换引号内的关键词多试几次):
- 搜索一下标题包含“会议”的任务
- 搜索一下标题包含“测试”的任务
- 搜索一下标题包含“开发”的任务
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the lark-task skill and inspect how queries without an explicit subject are interpreted; begin by reproducing the listed Chinese queries. Done means those queries default to the current user's tasks, while queries with an explicit subject retain their intended scope.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100