(feat:attach) fallback strategy to process docs

This commit is contained in:
ManishMadan2882
2025-04-03 03:26:37 +05:30
parent 19d68252cd
commit f9ad4c068a
3 changed files with 37 additions and 26 deletions

View File

@@ -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