mirror of
https://github.com/langgenius/dify.git
synced 2026-05-20 12:02:09 -04:00
refactor(sandbox): remove unused bash tool methods and streamline sandbox session handling in LLMNode
This commit is contained in:
@@ -2197,4 +2197,3 @@ class TenantCreditPool(Base):
|
||||
|
||||
def has_sufficient_credits(self, required_credits: int) -> bool:
|
||||
return self.remaining_credits >= required_credits
|
||||
|
||||
|
||||
Reference in New Issue
Block a user