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

Class TextMessageEnd

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

Source from the content-addressed store, hash-verified

108#[derive(Debug, Clone, Serialize, Deserialize)]
109#[serde(rename_all = "camelCase")]
110pub struct TextMessageEnd {
111 pub message_id: String,
112}
113
114/// A self-contained text message event that combines start, content, and end
115#[derive(Debug, Clone, Serialize, Deserialize)]

Callers 1

handle_responseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected