f3rnandomoreno / spring-ai-telegram-task-manager

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

Fix timeout openai #3

Closed f3rnandomoreno closed 2 weeks ago

stackblitz[bot] commented 2 weeks ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

f3rnandomoreno commented 2 weeks ago

This pull request includes several updates to the project, primarily focusing on dependency updates, code refactoring, and configuration changes. The most important changes include updating dependencies in pom.xml, refactoring the ManagerAgent and NL2SQLAgent classes to use constructor injection, and adding a new integration test for the TelegramClientConfig class.

Dependency Updates:

Code Refactoring:

Configuration Changes:

New Tests:

Minor Fixes: