App Id
, you can select the no-code agent you’d like to run from a pre-populated list of your deployed no-code agents.
App inputs
field. The inputs should match the inputs of the no-code agent you’re running. The key is the name of the input and the value is the value you’d like to pass to the agent.
If the no-code agent is a research assistant, it takes a single input with the key query
. The value is the query you’d like the agent to run.
@{result}
variable in the block that follows it in a blueprint.
NDA
and runs a text generation workflow. It returns the analysis from the workflow in the Output formatting
field.
nda_file_id
. The file must already be uploaded to the Writer cloud.
@{result}
in a state variable.
Failed to acquire proper response for completion from data
, ensure that your no-code agent in AI Studio returns a value in the Output formatting
field and that you are passing the correct inputs to the agent.
Name | Type | Control | Default | Description | Options | Validation |
---|---|---|---|---|---|---|
App Id | App Id | - | - | The agent id can be found in the agent’s URL. It has a UUID format. | - | Format: uuid |
App inputs | Key-Value | - | - | - | - |
Name | Field | Type | Description |
---|---|---|---|
Success | - | success | If the execution was successful. |
Error | - | error | If the function raises an Exception. |
@{result}
variable in the block that follows it in a blueprint.