pub struct PermissionAssentDetectedData {
pub request_id: RequestId,
pub turn_index: i64,
}Expand description
Session event “permission.assentDetected”. Records that deterministic text recognition found likely assent in the human turn immediately following a root Autopilot permission request that was blocked because no interactive response was available. This event grants no authority; its model-facing projection only suggests retrying the unchanged operation.
Experimental. This type is part of an experimental wire-protocol surface and may change or be removed in future SDK or CLI releases.
Fields§
§request_id: RequestIdPermission request the likely assent may refer to. The runtime derives this from the preceding durable blocker; the human message and extraction model do not choose it.
Experimental. This type is part of an experimental wire-protocol surface and may change or be removed in future SDK or CLI releases.
turn_index: i64Human turn whose text triggered the deterministic assent recognizer.
Experimental. This type is part of an experimental wire-protocol surface and may change or be removed in future SDK or CLI releases.
Trait Implementations§
Source§impl Clone for PermissionAssentDetectedData
impl Clone for PermissionAssentDetectedData
Source§fn clone(&self) -> PermissionAssentDetectedData
fn clone(&self) -> PermissionAssentDetectedData
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more