Chainlit / literalai-python

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

fix: pydantic issues with langchain chat prompt and allow additional … #126

Closed willydouhard closed 1 month ago

willydouhard commented 1 month ago

…messages

desaxce commented 1 month ago

Makes sense to expose additional variables, although agent_scratchpad is a LangChain internals.

Curious to see what's the langchain chat prompt they used, would be good to have it in the examples.