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

Class TextMessageContent

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

Source from the content-addressed store, hash-verified

100#[derive(Debug, Clone, Serialize, Default, Deserialize)]
101#[serde(rename_all = "camelCase")]
102pub struct TextMessageContent {
103 pub message_id: String,
104 pub delta: Vec<u8>,
105}
106
107/// Signals the end of a text message
108#[derive(Debug, Clone, Serialize, Deserialize)]

Callers 1

handle_responseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected