We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58deeb6 commit 4d084ebCopy full SHA for 4d084eb
1 file changed
sdk/node/src/ahp_types.rs
@@ -36,6 +36,14 @@ impl From<RustEventType> for AhpEventType {
36
RustEventType::Query => "query".to_string(),
37
RustEventType::Heartbeat => "heartbeat".to_string(),
38
RustEventType::Idle => "idle".to_string(),
39
+ RustEventType::ContextPerception => "context_perception".to_string(),
40
+ RustEventType::Success => "success".to_string(),
41
+ RustEventType::MemoryRecall => "memory_recall".to_string(),
42
+ RustEventType::Planning => "planning".to_string(),
43
+ RustEventType::Reasoning => "reasoning".to_string(),
44
+ RustEventType::RateLimit => "rate_limit".to_string(),
45
+ RustEventType::Confirmation => "confirmation".to_string(),
46
+ RustEventType::IntentDetection => "intent_detection".to_string(),
47
},
48
}
49
0 commit comments