kodeagent.kodeagent.llm_vision_support# kodeagent.kodeagent.llm_vision_support(model_names: list[str]) → list[bool][source]# Check whether images can be used with given LLMs. Parameters: model_names (list[str]) – List of LLM names. Returns: List of booleans indicating whether each LLM supports vision. Return type: list[bool]