mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-13 19:20:04 +00:00
🌐 chore: translate non-English comments to English in agent-skills-identifiers (#15137)
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
export const SKILL_DRAG_MIME = 'application/x-lobe-skill';
|
||||
|
||||
/**
|
||||
* Identifier prefix for agent-document skill bundles ("智能体 Skills" —
|
||||
* Identifier prefix for agent-document skill bundles ("Agent Skills" —
|
||||
* `agent_document` rows with `isSkillBundle=true`). Mirrors the unified VFS
|
||||
* skill namespace `./lobe/skills/agent/skills/<name>` flattened to a single
|
||||
* token, so we can tell these apart from builtin / DB skill names anywhere an
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* Lightweight registry entry for an agent-document skill bundle (the "智能体
|
||||
* Skills" group, sourced from the `agent_document` table).
|
||||
* Lightweight registry entry for an agent-document skill bundle (the "Agent Skills"
|
||||
* group, sourced from the `agent_document` table).
|
||||
*
|
||||
* Distinct from the user/market `SkillListItem` shape because these skills are
|
||||
* per-agent and don't carry a full `SkillManifest`. The slash menu, drag chip,
|
||||
|
||||
Reference in New Issue
Block a user