feat(web-agent): enhance message handling with edit capabilities and button descriptions

This commit is contained in:
jxxghp
2026-06-26 13:44:49 +08:00
parent 1b6a548dee
commit 7d2a730b0c
13 changed files with 1252 additions and 50 deletions
+1 -1
View File
@@ -722,7 +722,7 @@ class SkillsChain(ChainBase):
buttons = None
if self._supports_interactive_buttons(request.channel):
buttons = []
for index, skill in enumerate(page_items, start=1):
for index, skill in enumerate(items, start=1):
if not skill.removable:
continue
buttons.append(