Cezik
SSolara
•Created by Cezik on 8/9/2024 in #questions-issues
Thread vs Task
Hey 👋 ,
I would like to implement chat using CrewAI and I am wondering what is the difference between use_thread and use_task.
I haven't found a clear comparison in the documentation, so I'm asking if anyone would be able to explain to me the differences or give me some example use cases?
For any answer I will be grateful 🫂
5 replies
SSolara
•Created by Cezik on 8/5/2024 in #questions-issues
Solara Error
Hey 👋 ,
I have encountered a problem that I have not found in Github issues or on discord. I created a page that has a form with a dozen fields (select, input, slider) and a button at the very bottom of the page. When it is clicked, these fields are validated (that the values are not empty, etc.) and during if an exception is thrown I run solara.Error(label='message') however it is not visible anywhere (I am sure it goes into the except block in try except).
I paste the simplified code below.
Any help would be appreciated! 🫂
2 replies