ChrisB1123
Results
2
issues of
ChrisB1123
Hi, when trying to push part 13 to Heroku, I kept getting the below error messages, which looks like an issue parsing BACKEND_CORS_ORIGINS as a json list. I've managed to...
I've just implemented the AsyncCallbackManager and handler, and everything works fine except for the fact I receive this warning > /usr/local/lib/python3.10/site-packages/langchain/agents/agent.py:456: RuntimeWarning: coroutine 'AsyncCallbackManager.on_agent_action' was never awaited > self.callback_manager.on_agent_action( >...