GitHub Copilot doesn't remove previous skill
- 主要语言
- Java
- 星标
- 10.5k
- 派生
- 1.5k
- 平均合并
- 1 天 11 小时
- 30 天内合并 PR
- 128
描述
I am using Skills with .NET SDK (Copilot SDK Version: 1.0.8). I am facing some issues -
1. As per debug logs, skills which are matching with current query intent are added as "User" content while calling the LLM. SDK is not removing previous skills while passing the context to the LLM. SDK passes whole context to the LLM including previous skills as well. This is creating problem for us. Sometimes, LLM performs completely unrelated tasks to current query. These tasks are performed because previous skills are also present in the context. We want skills which are related to current query only. Is there a way to fix this behavior?
2. Sometimes user query requires multiple skills. Does SDK load multiple skills?
贡献指南
调研方向
未指定文件或测试。首先定位 .NET SDK 中的 skill-loading 和 conversation-context 入口点,然后通过顺序查询以及一个需要多个 skill 的查询来复现该行为。当当前请求不继承无关的先前 skill,并且多 skill 查询所需的全部 skill 都已加载时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp
- 领域
- devtools
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100