ComfyUI Node
Griptape Run: Cloud Assistant
Runs a Griptape Cloud Assistant
Griptape Run: Cloud Assistant
- assistant
- key_value_replacement
- OUTPUT
- ASSISTANT
◄assistant_id►
◄split_input_into_argstrue►
◄input_string—►
◄STRING—►
CategoryGriptape/Agent
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| assistantopt | ASSISTANT | An existing assistant to use. If not provided, an assistant_id must be specified. | |
| assistant_idopt | STRING | The id of your assistant to run. If an assistant is connect, this will be ignored. | |
| split_input_into_argsopt | BOOLEAN | true | If enabled, the input string will be split into separate arguments by newline. |
| input_stringopt | STRING | Additional text be appended to the STRING with a newline character. | |
| key_value_replacementopt | DICT | The will replace the {{ key }} with a value. | |
| STRINGopt | STRING | Specify input arguments that will be passed to the structure during execution. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| OUTPUT | STRING | Text response from the Agent |
| ASSISTANT | ASSISTANT | The Assistant. Can be connected to other nodes. |