Result type for Skip AI interactions Contains the status of the request, the response phase, the result payload, and references to the conversation and message IDs

Deprecated

AskSkipResolver and related are not in use anymore, the

See

SkipProxyAgent is used instead

Constructors

Properties

AIMessageConversationDetailId: string

The ID of the AI response message in the conversation

ConversationId: string

The ID of the conversation this interaction belongs to

ResponsePhase: SkipResponsePhase

The phase of the response from Skip

Result: string

The result payload, usually a JSON string of the full response

Status: string

Status message of the interaction

Success: boolean

Whether the interaction was successful

UserMessageConversationDetailId: string

The ID of the user message in the conversation