chat-langchain icon indicating copy to clipboard operation
chat-langchain copied to clipboard

Fix parsing code blocks

Open smortezah opened this issue 1 year ago • 0 comments

https://github.com/langchain-ai/chat-langchain/blob/8078fad624d31f65e3f30ccc7d83366547708526/backend/parser.py#L35

This line should be as follows:

classes = child.attrs.get("class", "")

smortezah avatar Oct 31 '24 17:10 smortezah