diff options
| -rw-r--r-- | cmds/statsd/src/atoms.proto | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto index 9bba69c6e2ea..87620a1e97ca 100644 --- a/cmds/statsd/src/atoms.proto +++ b/cmds/statsd/src/atoms.proto @@ -8170,6 +8170,9 @@ message TextSelectionEvent { // Name of source package. optional string package_name = 11; + + // Name of the LangID model that is involved in this event. + optional string langid_model_name = 12; } /** @@ -8210,6 +8213,9 @@ message TextLinkifyEvent { // Name of source package. optional string package_name = 11; + + // Name of the LangID model that is involved in this event. + optional string langid_model_name = 12; } /** @@ -8247,6 +8253,9 @@ message ConversationActionsEvent { // Name of the annotator model that is involved in this event. optional string annotator_model_name = 10; + + // Name of the LangID model that is involved in this event. + optional string langid_model_name = 11; } /** |