AiThread Overview
An AI thread that can be used to start a conversation with an AI assistant.
{
"threadId": "57fc76d2cf8",
"predefinedPrompts": [
"Generate an executive summary of this report.",
"Translate the document in German."
],
"requireConsent": true,
"consentMessage": "By using this AI functionality, you authorize the processing of any data you provide, including your prompt, for the purposes of delivering the service to you. Your use of this functionality is governed by the Progress privacy policy, available at: <a href='https://www.progress.com/legal/privacy-policy'>Privacy Policy - Progress</a>",
"allowCustomPrompts": true
}
Fields
Field | Type | Required | Description |
---|---|---|---|
threadId |
String |
true |
The unique identifier of the AI thread. |
predefinedPrompts |
Array |
true |
A list of predefined prompt strings that can be used to interact with the AI assistant. |
requireConsent |
Boolean |
true |
Indicates whether user consent is required before using the AI functionality. |
consentMessage |
String |
true |
The message shown to the user to obtain consent for processing data. May include links to privacy policies. |
allowCustomPrompts |
Boolean |
true |
Specifies if users are allowed to enter their own custom prompts in addition to the predefined ones. |