AI operator

Prev Next

This section provides steps and required properties for configuring the AI operator within your workflow. The AI operator uses predefined settings to execute an AI Text Query against OpenAI.

To configure the AI operator:

  1. Drag and drop the AI operator onto the workflow canvas.

  2. Click the operator to open the configuration panel.

  3. Enter the required values for the properties in the configuration panel.

    • Name: Assign a unique, descriptive name to the AI operator.

    • (Optional) Description: Provide details about the operator's purpose or function within the workflow.

    • Action: Select the operation the AI operator will perform. Select AI Text Query..

    • Apps: Select the integrated application. Select OpenAI and use the predefined application configuration.

    • Parameters:

      • Prompt: Enter the specific query or instruction for the AI model. You can use the $ symbol to insert suggestions or output variables from previous steps in the workflow.

      • Response Format: Choose how the AI model's output should be structured (e.g., JSON, plain text).

      • Response: Click + response to add the expected response output format and definition for the AI model's response..

      • Model: Select the specific AI model to be used for the query. For example, choose GPT-3.5-turbo.

  4. Click Save to apply the configuration.