lelour
Results
1
comments of
lelour
> Hello @ryanshrott, > > Try to run agent using `await agent_chain.arun`, not `agent.run`: https://python.langchain.com/en/latest/modules/agents/toolkits/examples/playwright.html#:~:text=result%20%3D%20await%20agent_chain.arun(%22What%20are%20the%20headers%20on%20langchain.com%3F%22)%0Aprint(result) when running the sample code, it shows, result = await agent_chain.arun("What are the headers on...