MCPcopy Create free account
hub / github.com/aws/amazon-q-developer-cli / MetaEvent

Class MetaEvent

crates/chat-cli-ui/src/protocol.rs:329–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327#[derive(Debug, Clone, Serialize, Deserialize)]
328#[serde(rename_all = "camelCase")]
329pub struct MetaEvent {
330 pub meta_type: String, // e.g., "thumbs_up", "tag"
331 pub payload: Value,
332}
333
334// ============================================================================
335// Main Event Enum

Callers 1

prompt_userMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected