Skip to content

Commit 4414c5c

Browse files
authored
chore: Add telemetry event for slash command execution (Completes all the names of the command) (#2305)
* first pass * parse command name * add ssoRegion in telemetry definitions and fix format * update telemetry definitions with existing result and reason * add com & sub's name function * update command name
1 parent c7e440f commit 4414c5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/chat-cli/src/cli/chat/cli/profile.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ impl AgentSubcommand {
146146
Self::Delete { .. } => "delete",
147147
Self::Set { .. } => "set",
148148
Self::Rename { .. } => "rename",
149+
Self::Schema => "schema",
149150
}
150151
}
151152
}

0 commit comments

Comments
 (0)