This commit is contained in:
Vincent Batts 2025-06-05 16:39:11 -04:00
parent 13f59b50cf
commit a749404ea8

View file

@ -359,7 +359,7 @@ class Tools:
}
formatted_bookmarks.append(formatted_bookmark)
return json.dumps({
return {
"label": label_name,
"label_info": {
"name": label_result.get("name"),
@ -370,4 +370,4 @@ class Tools:
"total": total,
"limit": params["limit"],
"offset": params["offset"]
}, indent=2)
}