Enum AiraConversationMessageType
Represents the type of a message in a conversation with Aira.
public enum AiraConversationMessageType
- Extension Methods
Fields
AgentInvocationEnd = 3Indicates that an agent invocation has ended.
AgentInvocationStart = 2Indicates that an agent invocation has started.
AgentToolEnd = 5Indicates that a tool invocation has ended.
AgentToolStart = 4Indicates that a tool invocation has started.
Assistant = 1The message is from the assistant (Aira).
FrontendAction = 8Indicates a frontend action that should be handled by the client-side code.
ToolApprovalGate = 6Indicates a tool approval gate requiring user approval/rejection before tool execution.
ToolApprovalGateResolved = 7Indicates that a tool approval gate has been resolved (approved or rejected).
User = 0The message is from the user.