This commit is contained in:
Dobromir Popov
2024-01-12 14:56:03 +02:00
parent fee0192877
commit d88128c7f9
3 changed files with 99 additions and 0 deletions

View File

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