Input
ExecutionTrigger Pin
AI/GitHub/Copilot/Chat
Sends a message to Copilot and streams the response. Supports history input and matches Model Invoke interface.
Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.
Trigger Pin
Copilot session
Unique cache key for this session instance
Session ID from Copilot
Reference to parent client
Message to send
Optional chat history for context (same format as Model Invoke)
Fires for each streaming chunk (matches Model Invoke)
Fires when streaming is complete (matches Model Invoke)
Current streaming chunk (matches Model Invoke ResponseChunk format)
Complete response (matches Model Invoke Response format)
Ordered structured content returned by Rig when the assistant response contains media. Text-only responses continue to use `content` alone for OpenAI compatibility.
Complete accumulated response text
Token usage, cost, and model statistics