Skip to main content
April 8, 2024
Question

Is there any interface component available in Appian that provides chat like UI?

  • April 8, 2024
  • 2 replies
  • 0 views

Hi Team,

We have a custom GenAI platform in my company with custom chat completions API. Is there an interface component available in Appian that provides chat like UI? Or how can we design one?

The chatBOT component available on marketplace require an OpenAI URL or API Key. It has no possibility of accepting my custom GENAI API URL and key.

 

Thanks

Bihitak

    2 replies

    harshitb6843
    April 8, 2024

    There isn't any component available for this. 
    You will have to create something using a combination of columns, cards, and input fields. 

    Here is one of the chat screens I created on Appian - www.linkedin.com/.../harshitbumb_appian-openai-chatgpt-activity-7027625628388462592-6V1J

    stefanhelzle0001
    April 8, 2024

    I did the same approach like [mention:b8ea18cfbb2e4f6d841cf3c1d4d7420b:e9ed411860ed4f2ba0265705b8793d05]  several times. The only drawback is, that you cannot make Appian scroll down automatically, so I changed the order of messages, showing the new message on top. But that might, or might not be an issue in your specific use case.