Skip to content

Events Node Catalog

Generated category

Events Node Catalog

Generated from 26 catalog nodes in Events.

Events/ChatEvents/Chat/AttachmentsEvents/Chat/InteractionEvents/GenericEvents/Widget

Nodes in this category

Showing 26 of 26 generated node docs.

Chat Event

Events

A simple Chat event

Generic Event

Events

A generic event without input or output

Simple Event

Events

A simple event without input or output

Widget Action Event

Events

Entry point triggered when a widget action is invoked. Provides action context data.

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.

Return Generic Result

Events/Generic

Return a result

Extract Action Context Field

Events/Widget

Extracts a field value from an action context payload by field name

Extract Input Value

Events/Widget

Extracts a component's current value from the input values payload by component ID