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

Method conversation_id

crates/chat-cli/src/cli/chat/conversation.rs:426–428  ·  view source on GitHub ↗

Returns the conversation id.

(&self)

Source from the content-addressed store, hash-verified

424
425 /// Returns the conversation id.
426 pub fn conversation_id(&self) -> &str {
427 self.conversation_id.as_ref()
428 }
429
430 /// Returns the message id associated with the last assistant message, if present.
431 ///

Callers 9

executeMethod · 0.45
spawnMethod · 0.45
tool_use_executeMethod · 0.45
validate_toolsMethod · 0.45
send_chat_telemetryMethod · 0.45
send_error_telemetryMethod · 0.45
handle_initMethod · 0.45

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected