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

Class Custom

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

Source from the content-addressed store, hash-verified

222/// Used for application-specific custom events
223#[derive(Debug, Clone, Serialize, Default, Deserialize)]
224pub struct Custom {
225 pub name: String,
226 pub value: Value,
227}
228
229/// Legacy pass-through output for compatibility with older event systems.
230///

Callers 15

reload_builtin_toolsMethod · 0.85
compact_history_implMethod · 0.85
prompt_userMethod · 0.85
handle_inputMethod · 0.85
handle_responseMethod · 0.85
resume_todo_requestMethod · 0.85
save_agent_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected