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

Class ToolUse

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

Source from the content-addressed store, hash-verified

399/// from the tool to generate a response.
400#[derive(Debug, Clone, Serialize, Deserialize)]
401pub struct ToolUse {
402 /// The ID for the tool request.
403 pub tool_use_id: String,
404 /// The name for the tool.
405 pub name: String,
406 /// The input to pass to the tool.
407 pub input: FigDocument,
408}
409
410impl From<ToolUse> for amzn_codewhisperer_streaming_client::types::ToolUse {
411 fn from(value: ToolUse) -> Self {

Callers 2

recvMethod · 0.50
fill_streamevent_bufMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected