Tools is broken
This commit is contained in:
@@ -128,3 +128,11 @@ def get_imail_password(username, domain):
|
||||
|
||||
except Exception as e:
|
||||
return {"status": "error", "message": f"Database error: {str(e)}"}
|
||||
|
||||
def run(**kwargs):
|
||||
"""
|
||||
Tool entrypoint required by the bot runtime.
|
||||
This must exist so the LLM can execute the tool.
|
||||
"""
|
||||
return get_imail_password(**kwargs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user