User Context Block

Dynamically gather information from a user.

The User Context block utilizes AI to generate a series of questions to the user based on certain parameters.

Configuration

Prompt

Define the additional data you want to collect from the user. Like the Generate Text block, the prompt serves as a message to the AI, directing it to produce a specific output. In this instance, that output is a set of interview-style questions designed to gather more context from the user.

The prompt may include variables.

Interview Depth

Specify the level of context gathered by the AI. This setting will inform how probing the questions are and how comprehensive the final report will be.

Three options are provided:

  1. Quick (default)

  2. Medium

  3. Thorough

Max Questions

Set the amount of questions to be asked. By default, the max amount of questions will be set to 5.

If the maximum is reached, the workflow will cotinue regardless of whether or not the model thinks the interview is complete.

Variable Name

Save the responses to a variable that can be used in other parts of the workflow. Example: My_Var

Output Format

Select the output format for the response data:

  1. Text (Default)

  2. JSON

Last updated