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

Class ToolCallRejection

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

Source from the content-addressed store, hash-verified

170#[derive(Debug, Clone, Serialize, Deserialize)]
171#[serde(rename_all = "camelCase")]
172pub struct ToolCallRejection {
173 pub tool_call_id: String,
174 pub name: String,
175 pub reason: String,
176}
177
178// ============================================================================
179// State Management Events

Callers 1

tool_use_executeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected