mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
(feat:base/agents) default attachment
This commit is contained in:
@@ -55,3 +55,6 @@ class BaseLLM(ABC):
|
|||||||
|
|
||||||
def _supports_tools(self):
|
def _supports_tools(self):
|
||||||
raise NotImplementedError("Subclass must implement _supports_tools method")
|
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