Chat UIs
Every GenAI agent comes with an off-the-shelf, dynamic UI. The design of the chat can be defined in one of sections in the project overview page. The Chat UI is the main view for the annotators where they can type in messages just like with ChatGPT.
What's important for you as an engineer is the progress bar which is shown, indicating which steps were taken by the GenAI agent. You can use this progress bar to let your users know that the system is processing data. Depending on how the strategy was defined, in some cases, an interaction from the user is needed. This is the case with the selection strategy step, where the answer depends on the user’s choice. The selection choice gives flexibility, the user can clear/select multiple choices and even use the search bar to find the desired selection.
What the progress bar shows is defined by the nodes in the agent's behaviour. Every node comes with off-the-shelf progress texts, but you can change them at any time.
Another helpful feature on the Chat UI is the citing - facts retrieval. On the Chat UI the user can upload PDF files (needs enabling and configuration in the project settings section), and when asking a question, X number of facts will be retrieved. The screenshot below shows that, the citings are marked with blue circle marks and when clicked they open a modal with a detailed view of the facts. The clicked number opens the numbered fact in the modal.
The last two features on the Chat UI are the opportunity to upload PDF files while chatting and using macros. Both of them need own activation and configuration and are described into details in their own sections (Macros Section and Tmp doc retrieval).