Skip to content

Commit 6661da3

Browse files
committed
proto: update to v1038709472
1 parent 82d579d commit 6661da3

14 files changed

Lines changed: 3903 additions & 2017 deletions

proto/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
protos.js
2+
EBMinosWasm
3+
EBWasm
4+
KTWasm
5+
VestaWasm
6+
waArmadilloLocallyTransformedMessage

proto/waAICommon/WAWebProtobufsAICommon.pb.go

Lines changed: 567 additions & 368 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/waAICommon/WAWebProtobufsAICommon.proto

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ enum BotSessionSource {
7474
AI_HOME_SESSION = 7;
7575
}
7676

77+
enum AISubscriptionRequestType {
78+
UNSPECIFIED = 0;
79+
THINK_HARD = 1;
80+
IMAGE_GEN = 2;
81+
VIDEO_GEN = 3;
82+
}
83+
7784
enum SessionTransparencyType {
7885
UNKNOWN_TYPE = 0;
7986
NY_AI_SAFETY_DISCLAIMER = 1;
@@ -538,6 +545,7 @@ message AIHomeState {
538545
ANIMATE_PHOTO = 2;
539546
ANALYZE_FILE = 3;
540547
COLLABORATE = 4;
548+
OPEN_GREETING_CARD = 5;
541549
}
542550

543551
optional AIHomeActionType type = 1;
@@ -702,6 +710,11 @@ message BotCommandMetadata {
702710
optional string commandPrompt = 3;
703711
}
704712

713+
message BotResolvedToolCallMetadata {
714+
optional string toolCallID = 1;
715+
optional string resolutionDataSerialized = 2;
716+
}
717+
705718
message BotMetadata {
706719
optional string personaID = 2;
707720
optional BotPluginMetadata pluginMetadata = 3;
@@ -741,9 +754,15 @@ message BotMetadata {
741754
optional BotInfrastructureDiagnostics botInfrastructureDiagnostics = 37;
742755
optional AIMediaCollectionMetadata aiMediaCollectionMetadata = 38;
743756
optional BotCommandMetadata commandMetadata = 39;
757+
optional BotResolvedToolCallMetadata resolvedToolCallMetadata = 40;
758+
optional AISubscriptionUpsellMetadata subscriptionUpsellMetadata = 41;
744759
optional bytes internalMetadata = 999;
745760
}
746761

762+
message AISubscriptionUpsellMetadata {
763+
optional AISubscriptionRequestType requestType = 1;
764+
}
765+
747766
message BotGroupMetadata {
748767
repeated BotGroupParticipantMetadata participantsMetadata = 1;
749768
}

0 commit comments

Comments
 (0)