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

Class TextMessageStart

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

Source from the content-addressed store, hash-verified

92#[derive(Debug, Clone, Serialize, Deserialize)]
93#[serde(rename_all = "camelCase")]
94pub struct TextMessageStart {
95 pub message_id: String,
96 pub role: MessageRole,
97}
98
99/// Represents a chunk of content in a streaming text message
100#[derive(Debug, Clone, Serialize, Default, Deserialize)]

Callers 1

handle_responseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected