Payload returned from Skip agent execution Contains the full Skip API response for downstream consumers

interface SkipAgentPayload {
    conversationId: string;
    message?: string;
    responsePhase: string;
    skipResponse: SkipAPIResponse;
}

Properties

conversationId: string

Conversation ID

message?: string

User-facing message (title or clarifying question)

responsePhase: string

Response phase from Skip

skipResponse: SkipAPIResponse

The full Skip API response