mirror of
https://github.com/kennethreitz/simplemind.git
synced 2026-06-05 22:50:18 +00:00
test
This commit is contained in:
@@ -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."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user