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

Class AssistantResponseMessage

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

Source from the content-addressed store, hash-verified

515/// Markdown text message.
516#[derive(Debug, Clone)]
517pub struct AssistantResponseMessage {
518 /// Unique identifier for the chat message
519 pub message_id: Option<String>,
520 /// The content of the text message in markdown format.
521 pub content: String,
522 /// ToolUse Request
523 pub tool_uses: Option<Vec<ToolUse>>,
524}
525
526impl TryFrom<AssistantResponseMessage> for amzn_codewhisperer_streaming_client::types::AssistantResponseMessage {
527 type Error = aws_smithy_types::error::operation::BuildError;

Callers 3

try_fromMethod · 0.70
flatten_historyFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected