Chainlit / chainlit

Build Conversational AI in minutes ⚡️
https://docs.chainlit.io
Apache License 2.0
6.1k stars 777 forks source link

webfront ui no hide_cot setting and show page #1078

Open lazyermax opened 3 weeks ago

lazyermax commented 3 weeks ago

I set hide_cot=false in the backend code,but there is no "the chain of thought" panel in the message , and have no "chain of thought" setting panel in webfront UI code.

I use webfront code deploy.

minhduc0711 commented 3 weeks ago

From the changelog: https://github.com/Chainlit/chainlit/blob/69668f26f2f9810823119f1e1a615ef1dd529200/CHANGELOG.md?plain=1#L35

Simon-Stone commented 1 week ago

So if hide_cot is true, all steps are hidden, correct? And if hide_cot is false, only steps of type tool are shown. Does that mean there is no way anymore to show non-tool steps at all?