mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
(feat:attach) fallback strategy to process docs
This commit is contained in:
@@ -55,6 +55,3 @@ class BaseLLM(ABC):
|
||||
|
||||
def _supports_tools(self):
|
||||
raise NotImplementedError("Subclass must implement _supports_tools method")
|
||||
|
||||
def prepare_messages_with_attachments(self, messages, attachments=None):
|
||||
return messages
|
||||
|
||||
Reference in New Issue
Block a user