MISC
This commit is contained in:
@ -74,6 +74,11 @@ async def ok(update: Update, context: CallbackContext):
|
||||
context.chat_data['messages'] = []
|
||||
await update.message.reply_text("Exiting ask mode.")
|
||||
|
||||
async def brief(update: Update, context: CallbackContext):
|
||||
|
||||
|
||||
await update.message.reply_text("Exiting ask mode.")
|
||||
|
||||
# CODE RUNNER
|
||||
import re
|
||||
from agents.runner import execute_python_code
|
||||
|
Reference in New Issue
Block a user