Canner / WrenAI

🚀 An open-source SQL AI (Text-to-SQL) Agent that empowers data, product teams to chat with their data. 🤘
https://getwren.ai/oss
GNU Affero General Public License v3.0
2.06k stars 217 forks source link

fix(wren-ui): adjust header key case for correlation id #932

Closed grieve54706 closed 3 days ago

grieve54706 commented 4 days ago

The header key from ibis-server is all lowercase. In wren-ui, we use the wrong header key so we can not receive the current value.

grieve54706 commented 4 days ago

Hi @onlyjackfrost, could you review this PR? Thanks.