astronomer / ask-astro

An end-to-end LLM reference implementation providing a Q&A interface for Airflow and Astronomer
https://ask.astronomer.io/
Apache License 2.0
192 stars 47 forks source link

fix(ui): fix 500 on empty prompt #86

Closed Lee-W closed 10 months ago

Lee-W commented 10 months ago

Why this fix?

If we send an empty string, the UI returns 500 error.

image

After this fix

The AI asks what it can help which seems to be a more user-friendly response

image

closes: #82