📝 Description
Implement a UI fallback for cases when the LLM (large language model) doesn't fill a form field as expected. When this happens, a popup window should appear to let the user directly input the required data.
💡 Rationale
Currently, if the LLM is unable to fill a field, the response is a -1. Allowing the user to manually enter data ensures no information gaps, improving reliability and user experience in automated workflows.
🛠️ Proposed Solution
✅ Acceptance Criteria
📌 Additional Context
This provides a seamless backup mechanism for form completion in FireForm, especially helpful for critical fields or unreliable LLM completions.
📝 Description
Implement a UI fallback for cases when the LLM (large language model) doesn't fill a form field as expected. When this happens, a popup window should appear to let the user directly input the required data.
💡 Rationale
Currently, if the LLM is unable to fill a field, the response is a -1. Allowing the user to manually enter data ensures no information gaps, improving reliability and user experience in automated workflows.
🛠️ Proposed Solution
✅ Acceptance Criteria
docs/📌 Additional Context
This provides a seamless backup mechanism for form completion in FireForm, especially helpful for critical fields or unreliable LLM completions.