UserControlMode

sealed class UserControlMode

The user control mode for agent sessions.

  • VIEW_ONLY - Users can view and observe agent actions as they happen.

  • VIEW_STOP - Users can view agent actions and stop the agent if needed.

  • DISABLED - Users cannot view or stop the agent session.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
data class SdkUnknown(val value: String) : UserControlMode
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
abstract val value: String