Chat With Assistant
Description
This Activity chats with an Assistant created using Transient File Search Assistant activity by providing the input message and returns the response received.
note
This Activity can be used only within Transient File Search Assistant context.
An assistant chat is a collaborative, adaptive, and context-aware conversation that helps solve context-oriented problems, clarify concepts, and achieve tasks efficiently.
Design Time Configuration
Configure the following properties to set up the Chat With Assistant Activity:
- Message - Specify the input message to chat with the assistant.
- Result – It returns the list of message results.
Properties
Misc
- DisplayName – Add a display name to your Activity.
- Private – By default, Activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.
Optional
- Additional Instructions- Specify the additional instructions to append at the end of the instructions for the run. It is useful for modifying the behavior on a per-run basis.
- Continue On Error – Specifies if the automation should continue even when the Activity throws an error. This field only supports Boolean values (True, False). The default value is False.
note
It does not catch an error if this Activity is present inside the Try-Catch block and the value of this property is True.
- Image Paths - Specify the local path of the images to upload and use in the chat. The Supported Formats are JPG, JPEG, PNG, GIF, and WEBP.
- Image Urls - Specify the URL of the images to use in the chat. Supported Formats are JPG, JPEG, PNG, GIF, and WEBP.
Output
- Raw Response – It returns the raw response received from OpenAI.
- Total Tokens - It returns the total tokens processed for this chat.