Nodes/ComfyUI Griptape Nodes/Griptape Run: Cloud Assistant
ComfyUI Node

Griptape Run: Cloud Assistant

Runs a Griptape Cloud Assistant

By griptape-ai·Created 2 years ago·Updated about a year ago· 238
Griptape Run: Cloud Assistant
  • assistant
  • key_value_replacement
  • OUTPUT
  • ASSISTANT
assistant_id
split_input_into_argstrue
input_string
STRING
CategoryGriptape/Agent

Inputs (6)

NameTypeDefaultDescription
assistantoptASSISTANTAn existing assistant to use. If not provided, an assistant_id must be specified.
assistant_idoptSTRINGThe id of your assistant to run. If an assistant is connect, this will be ignored.
split_input_into_argsoptBOOLEANtrueIf enabled, the input string will be split into separate arguments by newline.
input_stringoptSTRINGAdditional text be appended to the STRING with a newline character.
key_value_replacementoptDICTThe will replace the {{ key }} with a value.
STRINGoptSTRINGSpecify input arguments that will be passed to the structure during execution.

Outputs (2)

NameTypeDescription
OUTPUTSTRINGText response from the Agent
ASSISTANTASSISTANTThe Assistant. Can be connected to other nodes.