Chat Node Catalog
Chat category
Generated from 21 catalog nodes in Events/Chat.
Nodes in this category
Showing 21 of 21 generated node docs.
Extract Attachments
Events/ChatPulls down image, audio, video, and document attachments referenced in the latest chat message
Push Attachment
Events/ChatPushes a response chunk to the chat
Push Attachments
Events/ChatPushes a response chunk to the chat
Push Chunk
Events/ChatPushes a response chunk to the chat
Push Global Session
Events/ChatPushes a new global session to the chat. The session persists for all chat sessions.
Push Local Session
Events/ChatPushes a new local session to the chat. The session persists for one chat session.
Push Reasoning
Events/ChatPushes reasoning tokens to the current step
Push Response
Events/ChatPushes a response to the chat
Push Stat
Events/ChatPushes a single LLM usage stat to the chat for transparent model usage display
Push Stats
Events/ChatPushes multiple LLM usage stats to the chat at once
Push Step
Events/ChatStarts a new plan step with title and description
Push Text to Step
Events/ChatAppends text to the current step's reasoning
Push Widget
Events/ChatEmbeds an a2ui widget instance into the chat message. Connect the Element Ref of an Instantiate Widget node.
Push Widgets
Events/ChatEmbeds multiple a2ui widget instances into the chat message. Add an Element Ref pin for each Instantiate Widget node.
Remove Step
Events/ChatRemoves a step from the plan by its ID
From Path
Events/Chat/AttachmentsCreates an attachment from a FlowPath with optional metadata
From Signed URL
Events/Chat/AttachmentsGet the URL from an attachment
To Signed URL
Events/Chat/AttachmentsGet the URL from an attachment
Chat Form
Events/Chat/InteractionBuilds a JSON Schema form from a referenced callback function's pins and executes it with typed submitted values.
Multiple Choice
Events/Chat/InteractionRequest the user to pick one or more options. Pauses execution until a response or timeout.
Single Choice
Events/Chat/InteractionRequest the user to pick one option. Pauses execution until a response or timeout.