in aidial_adapter_vertexai/chat/tools.py [0:0]
def not_supported(self) -> None:
if self.functions:
if self.is_tool:
raise ValidationError("The tools aren't supported")
else:
raise ValidationError("The functions aren't supported")