Chainlit / literalai-python

https://docs.getliteral.ai/
Apache License 2.0
12 stars 0 forks source link

fix: async invokes langchain for agent executors #116

Closed desaxce closed 2 months ago

desaxce commented 2 months ago

Issue ENG-1800 is to fix tool calling with LangChain but I don't face issues with logging tool calls with agent executors (I used the langchain_toolcall.py example).

I added the quick fix for async invokes on executors. image

If you know of another way to make tool calls with langchain that we should support -> let me know.