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.
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:
Quick (default)
Medium
Thorough
Max Questions
Set the amount of questions to be asked. By default, the max amount of questions will be set to 5.
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:
Text (Default)
JSON
Last updated