Skip to main content

ai_agent/commands/
debug_tool_call.rs

1use super::Command;
2
3pub fn create_debug_tool_call_command() -> Command {
4    Command::local("debug-tool-call", "Debug tool call").argument_hint("<tool-call-id>")
5}