MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / AfterToolInput

Class AfterToolInput

atomic-agent/src/hooks/gemini_cli.rs:209–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207#[derive(Debug, Deserialize)]
208#[allow(dead_code)]
209struct AfterToolInput {
210 #[serde(default)]
211 session_id: Option<String>,
212 #[serde(default)]
213 transcript_path: Option<String>,
214 #[serde(default)]
215 tool_name: Option<String>,
216 #[serde(default)]
217 tool_input: Option<serde_json::Value>,
218 #[serde(default)]
219 tool_response: Option<serde_json::Value>,
220}
221
222// Gemini CLI Settings File Types
223

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected