chore(api-server): mark skills_api capability True now that /v1/skills shipped
#33016 added GET /v1/skills + /v1/toolsets on the API server; the capability flag introduced in this branch was placeholder-False. Flip to True so capability probers see the truth.
This commit is contained in:
@@ -1113,7 +1113,7 @@ class APIServerAdapter(BasePlatformAdapter):
|
||||
"admin_config_rw": False,
|
||||
"jobs_admin": False,
|
||||
"memory_write_api": False,
|
||||
"skills_api": False,
|
||||
"skills_api": True,
|
||||
"audio_api": False,
|
||||
"realtime_voice": False,
|
||||
"session_continuity_header": "X-Hermes-Session-Id",
|
||||
|
||||
Reference in New Issue
Block a user