2024:AI Dialogue (Activity)

From Grooper Wiki

This article is about an older version of Grooper.

Information may be out of date and UI elements may have changed.

2024

network_intelligence_update AI Dialogue is an Activity that executes a scripted conversation with an psychology AI Analyst and saves the resulting conversion on the document as a JSON file.

!!

AI Dialogue was removed in version 2025. It exclusively interacted with the AI Analyst object which was removed in that version. AI Analysts were an early attempt at AI Assistants in Grooper.

You may download the ZIP(s) below and upload it into your own Grooper environment (version 2024). The first contains one or more Batches of sample documents. The second contains one or more Projects with resources used in examples throughout this article.

About

AI Dialogue is used to automate the usage of an AI Analyst by using defined messages that create a conversation. The returned results from the AI are then stored as a JSON file on the document (or documents) in scope. This information is then displayed whenever the Chat View of the Review activity is called to interact with the document.

How To

Establish an LLM Connector

First, we need to establish an LLM Connector within the Options property on the Root object.

Please visit the LLM Connector article for more information.

Configure the AI Analyst

After establishing an LLM Connector we need to create and configure an AI Analyst.

Please visit the AI Analyst article for more information.

Configure the AI Dialogue Activity

  1. Right-click on the Batch Process from the provided Project.
  2. Select "Add > AI > AI Dialogue" from the pop-out menu.
  3. Name the Batch Process Step in the "Add Activity" window.
  4. Click the "Execute" button.


  1. The document in the provided Batch is at "Folder Level 1" so set the Scope property to Folder and the Folder Level property to 1.
  2. Click the drop-down for the Analyst property and select your configured AI Analyst.
  3. The Filename property will be automatically set.
  4. Click the ellipsis button for the Messages property.
  5. Click the "Add" button in the "Messages" window.
  6. This will add an entry to the "Content" collection.
  7. Click the ellipsis button for the Content property.
  8. Add the provided text to the "Content" window.
    Summarize this document.
  9. Click "OK" on the open windows and save changes.


  1. Click the "Activity Tester" tab.
  2. Select the document from the provided Batch in the Batch Viewer.
  3. Click the "Test" button to run the activity.


  1. Select the document from the provided Batch in the "Batches > Test" folder in the node tree.
  2. Click the "Advanced" tab.
  3. You should now see a JSON file named after your AI Analyst listed in the files of the document.

Review the stored Chat Dialogue

  1. Right-click the Batch Process from the provided Project.
  2. Select "Add > Review" from the pop-out menu.
  3. Name the Batch Process Step in the "Add Activity" window.
  4. Click the "Execute" button.


  1. The document in the provided Batch is at "Folder Level 1" so set the Scope property to Folder and the Folder Level property to 1.
  2. Click the ellipsis button for the Views property.
  3. Click the "Add" button in the "Views" window and select "Chat View" from the drop-down menu.
  4. This will add a "Chat View" entry to the "View Type" collection.
  5. Click the drop-down for the Analyst property and select the AI Analyst you configured.
  6. The Filename property will be automatically set.
  7. Click "OK" from the "Views" window then save all changes.


  1. Click the "Activity Tester" tab.
  2. Select the document from the provided Batch in the Batch Viewer.
  3. Click the "Test" button.


  1. The Review page will be opened with a "Chat View" and display the information from the JSON file created by the AI Dialogue activity.