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

Class InputSchema

crates/chat-cli/src/cli/chat/tools/mod.rs:341–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339/// The schema specification describing a tool's fields.
340#[derive(Debug, Clone, Serialize, Deserialize)]
341pub struct InputSchema(pub serde_json::Value);
342
343/// The output received from invoking a [Tool].
344#[derive(Debug, Default)]

Callers 2

load_toolsMethod · 0.50
handle_messenger_msgFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected