larksuite / larksuite/cli

关于 lark-task skill 的默认搜索范围的讨论

Open
#1,479 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.