Skip to main content

ai_agent/commands/
reset_limits.rs

1use super::Command;
2
3pub fn create_reset_limits_command() -> Command {
4    Command::local("reset-limits", "Reset usage limits")
5}