Table of Contents

Enum AiraConversationMessageType

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Represents the type of a message in a conversation with Aira.

public enum AiraConversationMessageType
Extension Methods

Fields

AgentInvocationEnd = 3

Indicates that an agent invocation has ended.

AgentInvocationStart = 2

Indicates that an agent invocation has started.

AgentToolEnd = 5

Indicates that a tool invocation has ended.

AgentToolStart = 4

Indicates that a tool invocation has started.

Assistant = 1

The message is from the assistant (Aira).

FrontendAction = 8

Indicates a frontend action that should be handled by the client-side code.

ToolApprovalGate = 6

Indicates a tool approval gate requiring user approval/rejection before tool execution.

ToolApprovalGateResolved = 7

Indicates that a tool approval gate has been resolved (approved or rejected).

User = 0

The message is from the user.