chore: update skills path comments (#12794)

This commit is contained in:
Engel Nyst
2026-03-17 15:45:50 +01:00
committed by GitHub
parent 8a7779068a
commit bd837039dd
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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: