Pablo Marin

Results 3 issues of Pablo Marin

SQLDatabaseToolkit is not currently working. Se errors attached. This is the code that creates the errors: ``` llm = AzureChatOpenAI(deployment_name="gpt-4",temperature=0, max_tokens=500) db = SQLDatabase.from_uri(db_url) toolkit = SQLDatabaseToolkit(db=db) agent_executor = create_sql_agent(llm=llm,toolkit=toolkit,verbose=True)...

## Versions botbuilder-core-4.14.7 botbuilder-integration-aiohttp-4.14.7 botbuilder-schema-4.14.7 botframework-connector-4.14.7 botframework-streaming-4.14.7 ## Describe the bug When deploying the bot, this error message/warning shows constantly: /home/LogFiles/2023_12_14_lw1ldlwk00003Y_default_docker.log (https://webapp-backend-botid-munzn7fvelbuy.scm.azurewebsites.net/api/vfs/LogFiles/2023_12_14_lw1ldlwk00003Y_default_docker.log) 2023-12-14T17:41:28.187782798Z raise self._http_exception 2023-12-14T17:41:28.187786398Z aiohttp.web_exceptions.HTTPNotFound: Not Found 2023-12-14T17:46:28.293964145Z...

bug
needs-triage

### Describe the bug When calling: ```python from pywa.types import NewTemplate as NewTemp wa.create_template( template=NewTemp( name='buy_new_iphone_x_with_buttons', category=NewTemp.Category.MARKETING, language=NewTemp.Language.ENGLISH_US, header=NewTemp.Text('The New iPhone {15} is here!'), body=NewTemp.Body('Buy now and use the code...