mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
chore: update skills path comments (#12794)
This commit is contained in:
@@ -583,7 +583,7 @@ async def get_conversation_skills(
|
||||
- Global skills (OpenHands/skills/)
|
||||
- User skills (~/.openhands/skills/)
|
||||
- Organization skills (org/.openhands repository)
|
||||
- Repository skills (repo/.openhands/skills/ or .openhands/microagents/)
|
||||
- Repository skills (repo .agents/skills/, .openhands/microagents/, and legacy .openhands/skills/)
|
||||
|
||||
Returns:
|
||||
JSONResponse: A JSON response containing the list of skills.
|
||||
|
||||
@@ -105,7 +105,7 @@ class AppConversationServiceBase(AppConversationService, ABC):
|
||||
- Public skills (from OpenHands/skills GitHub repo)
|
||||
- User skills (from ~/.openhands/skills/)
|
||||
- Organization skills (from {org}/.openhands repo)
|
||||
- Project/repo skills (from workspace .openhands/skills/)
|
||||
- Project/repo skills (from repo .agents/skills/, .openhands/microagents/, and legacy .openhands/skills/)
|
||||
- Sandbox skills (from exposed URLs)
|
||||
|
||||
Args:
|
||||
|
||||
Reference in New Issue
Block a user