# IMBA-4: Multimodal — screenshot + vision LLM. [[commands]] id = "vision.describe" type = "lua" script = "describe.lua" sandbox = "full" timeout = 30000 [commands.phrases] ru = [ "что на экране", "опиши экран", "посмотри на экран", "что у меня на экране", "посмотри на мой экран", "глянь на экран", ] en = ["what's on screen", "describe screen", "look at my screen"] ua = ["що на екрані", "поглянь на екран"] [[commands]] id = "vision.read_error" type = "lua" script = "read_error.lua" sandbox = "full" timeout = 30000 [commands.phrases] ru = ["прочитай ошибку", "что за ошибка", "помоги с ошибкой"] en = ["read the error", "what's the error", "help with the error"] ua = ["прочитай помилку", "що за помилка"]