mirror of
https://github.com/langgenius/dify.git
synced 2026-04-26 05:35:58 +08: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