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

Class ToolCallArgs

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

Source from the content-addressed store, hash-verified

144#[derive(Debug, Clone, Serialize, Deserialize)]
145#[serde(rename_all = "camelCase")]
146pub struct ToolCallArgs {
147 pub tool_call_id: String,
148 pub delta: Value,
149}
150
151/// Signals the end of a tool call
152#[derive(Debug, Clone, Serialize, Deserialize)]

Callers 1

queue_descriptionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected