Call Remote Chat Node
Events/Remote
Call a chat event in a connected project. Chunks, complete responses, widgets, attachments and session state are exposed while the remote chat streams.
Ratings
Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.
Input Pins
12Project
StringConnected project to invoke the event in
Event
StringChat event of the selected project
Event Details
StringAuto-filled by the editor when an event is selected. Drives the typed pins.
History
StructConversation to send, including the new user message
Local Session
StructState local to this chat session
Global Session
StructState shared for the remote chat user
Tools
String ArrayTool ids the remote assistant may use
Actions
Struct ArrayUser actions included with the chat request
Attachments
Struct ArrayAttachments included with the chat request
User
StructUser information forwarded to the remote chat
Timeout (s)
IntegerMaximum time to wait for the remote request to finish
Output Pins
17On Stream
ExecutionFires for every output event produced by the remote chat
Done
ExecutionThe remote chat completed
Chunk
StructLatest streamed response chunk
Response
StructComplete model response
Ordered structured content returned by Rig when the assistant response contains media. Text-only responses continue to use `content` alone for OpenAI compatibility.
Response Text
StringText of the complete response
Widgets
Struct ArrayWidgets emitted by the remote chat
Ordered a2ui update messages targeting this widget that were streamed earlier in the run (before the push). The frontend replays them over the snapshot so element nodes (Set Element Value, Update GeoMap, Push CSV To Chart, …) work in the same run that pushes the widget.
Attachments
Struct ArrayAttachments emitted by the remote chat
Actions
Struct ArrayActions emitted by the remote chat
Local Session
StructLatest remote local session state
Global Session
StructLatest remote global session state
Model ID
StringModel reported by the remote chat
Run ID
StringRemote run id
Status
StringFinal run status
Plan
StructLatest streamed reasoning plan
Usage Stat
StructLatest model usage update
Event Type
StringType of the latest streamed remote event
Event Payload
GenericRaw payload of the latest streamed remote event
Node Info
- Internal name
- call_remote_chat
- Category
- Events/Remote
- Version
- 2