You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes we may have an empty description of a ticket. In this case, the prompt would sound weird for the LLM. Let's prevent this by simply excluding the description entirely from the prompt if it's shorter than, say, 40 characters.
Sometimes we may have an empty description of a ticket. In this case, the prompt would sound weird for the LLM. Let's prevent this by simply excluding the description entirely from the prompt if it's shorter than, say, 40 characters.