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

Class UserInputMessage

crates/chat-cli/src/api_client/model.rs:890–896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

888
889#[derive(Debug, Clone)]
890pub struct UserInputMessage {
891 pub content: String,
892 pub user_input_message_context: Option<UserInputMessageContext>,
893 pub user_intent: Option<UserIntent>,
894 pub images: Option<Vec<ImageBlock>>,
895 pub model_id: Option<String>,
896}
897
898impl From<UserInputMessage> for amzn_codewhisperer_streaming_client::types::UserInputMessage {
899 fn from(value: UserInputMessage) -> Self {

Callers 4

send_messageMethod · 0.70
try_fromMethod · 0.70
flatten_historyFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected