f3rnandomoreno / spring-ai-telegram-task-manager

A telegram task manager chatbot using openAI API
0 stars 0 forks source link

improve email check in the TelegramClientConfig consume function #7

Closed f3rnandomoreno closed 2 weeks ago

f3rnandomoreno commented 2 weeks ago

right now it just check if contains '@'. Should check with a Regex if the message contains an email, and then take the email from the message because maybe it is more than a email.