The prompt node allows you to send requests to language models. You can send multiple prompts in parallel, constrain responses to specific formats, and allow language models to use any Runchats as tools.
The prompt input is where you describe what you want the language model to do. This is exactly the same as the text input to chatGPT, Claude or any other language model chatbot on the internet. In Runchat, the prompt is typically used to describe some kind of task
or action
you want the language model to take. This includes things like:
Google Sheet
tool)The context input is where you provide any additional information to help the language model with understanding the context of your prompt. This is exactly the same as the conversation history in most chatbots. In Runchat, the context is typically used for:
The Format input is where you can specify an exact format for the language model to respond in. The default is text. In Runchat, the format is typically used for:
header
and content
fields)For more information on Formatted outputs, see this guide.