run-llama / create-llama

The easiest way to get started with LlamaIndex
MIT License
1.05k stars 135 forks source link

Chat with the artifact tool doesn't show the full response message #369

Open leehuwuj opened 1 month ago

leehuwuj commented 1 month ago

Create a app with Python backend and NextJS frontend, asking for code. If the Code artifact component shown then there is only a few word is shown then the chat stream stop suddenly - but we still got sources and next question event.

0:""
0:"To"
8:[{"type": "events", "data": {"title": "Calling tool: artifact with inputs: ....."}}]
0:" create"
0:" a"
0:" chart"
0:" for"
8:[{"type": "suggested_questions", "data": ["What type of chart would you like to create with this data?", "Do you want to analyze any specific trends or patterns in the data?", "Would you like to filter the data by a particular genre or production country before creating the chart?"]}]
8:[{"type": "sources", "data": {"nodes": []}}]
leehuwuj commented 1 month ago

The issue is only observed in Firefox