This commit is contained in:
2024-10-28 07:57:58 -04:00
parent e9354d915c
commit 852083b58c
+6
View File
@@ -48,6 +48,12 @@ class BaseClientProvider:
raise NotImplementedError(msg)
def message(self, message, **kwargs):
"""Generates a response from the AI provider client."""
msg = "This method must be implemented by the AI provider client."
raise NotImplementedError(msg)
# def features(self):
# """Returns the features of the AI provider client."""