This commit is contained in:
Vincent Batts 2025-06-05 16:38:48 -04:00
parent f110a354ca
commit 13f59b50cf

View file

@ -276,10 +276,10 @@ class Tools:
"updated_at": label.get("updated_at")
})
return json.dumps({
return {
"labels": formatted_labels,
"total": len(formatted_labels)
}, indent=2)
}
async def get_bookmarks_by_label(
self,