Skip to content

Chat Node Catalog

Generated category

Chat Node Catalog

Generated from 19 catalog nodes in Events/Chat.

Events/Chat/AttachmentsEvents/Chat/Interaction

Nodes in this category

Showing 19 of 19 generated node docs.

Extract Attachments

Events/Chat

Pulls down image attachments referenced in the latest chat message

Push Attachment

Events/Chat

Pushes a response chunk to the chat

Push Attachments

Events/Chat

Pushes a response chunk to the chat

Push Chunk

Events/Chat

Pushes a response chunk to the chat

Push Global Session

Events/Chat

Pushes a new global session to the chat. The session persists for all chat sessions.

Push Local Session

Events/Chat

Pushes a new local session to the chat. The session persists for one chat session.

Push Reasoning

Events/Chat

Pushes reasoning tokens to the current step

Push Response

Events/Chat

Pushes a response to the chat

Push Stat

Events/Chat

Pushes a single LLM usage stat to the chat for transparent model usage display

Push Stats

Events/Chat

Pushes multiple LLM usage stats to the chat at once

Push Step

Events/Chat

Starts a new plan step with title and description

Push Text to Step

Events/Chat

Appends text to the current step's reasoning

Remove Step

Events/Chat

Removes a step from the plan by its ID

From Path

Events/Chat/Attachments

Creates an attachment from a FlowPath with optional metadata

From Signed URL

Events/Chat/Attachments

Get the URL from an attachment

To Signed URL

Events/Chat/Attachments

Get the URL from an attachment

Chat Form

Events/Chat/Interaction

Builds a JSON Schema form from a referenced callback function's pins and executes it with typed submitted values.

Multiple Choice

Events/Chat/Interaction

Request the user to pick one or more options. Pauses execution until a response or timeout.

Single Choice

Events/Chat/Interaction

Request the user to pick one option. Pauses execution until a response or timeout.