Browse Source

fix 1

master
gsd 3 weeks ago
parent
commit
dea3167486
  1. 2
      other_ext/kamaz_ai.py

2
other_ext/kamaz_ai.py

@ -231,7 +231,7 @@ class Extension:
suggestions = result.get("suggestions", [])
s = []
for ss in suggestions:
s.append(f'{ss["action"]} c вероятностью {ss['confidence']}')
s.append(f'{ss["action"]} c вероятностью {ss["confidence"]}')
content = f'KamazAI решил что с этим репортом надо сделать: ' + ",".join(s) + "\nОцените решение камаза где :thumbsup: - норм или :thumbsdown: - не очень"
response = await message.reply(content=content)

Loading…
Cancel
Save