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:
@@ -67,7 +67,7 @@ async def test_capabilities_advertises_session_control_surface(adapter):
|
||||
assert features["session_fork"] is True
|
||||
assert features["admin_config_rw"] is False
|
||||
assert features["memory_write_api"] is False
|
||||
assert features["skills_api"] is False
|
||||
assert features["skills_api"] is True
|
||||
assert features["realtime_voice"] is False
|
||||
assert data["endpoints"]["sessions"] == {"method": "GET", "path": "/api/sessions"}
|
||||
assert data["endpoints"]["session_chat_stream"] == {
|
||||
|
||||
Reference in New Issue
Block a user