We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36116ad commit c2e8b99Copy full SHA for c2e8b99
1 file changed
main.py
@@ -239,6 +239,12 @@ async def get_omi_tools_manifest():
239
}
240
241
242
+@app.get("/manifest.json")
243
+async def get_manifest_alias():
244
+ """Alias for Omi tools manifest."""
245
+ return await get_omi_tools_manifest()
246
+
247
248
# ============================================
249
# Chat Tool Endpoints
250
0 commit comments