Chat Node Catalog
Generated category
Chat Node Catalog
Generated from 19 catalog nodes in Events/Chat.
Nodes in this category
Showing 19 of 19 generated node docs.
Extract Attachments
Events/ChatPulls down image 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
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.