def not_supported()

in aidial_adapter_bedrock/llm/tools/tools_config.py [0:0]


    def not_supported(self) -> None:
        if self.functions:
            if self.tools_mode == ToolsMode.TOOLS:
                raise ValidationError("The tools aren't supported")
            else:
                raise ValidationError("The functions aren't supported")