Skip to content

Commit

Permalink
Merge pull request #7 from singnet/senna-6-1
Browse files Browse the repository at this point in the history
[#6] Added Context ID to AttentionBroker messages
  • Loading branch information
andre-senna authored Jul 1, 2024
2 parents d8a0b66 + 193852e commit ed41e6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ message Ack {

message HandleList {
repeated string handle_list = 1;
string context = 2;
}

message HandleCount {
map<string, uint32> handle_count = 1;
string context = 2;
}

0 comments on commit ed41e6f

Please sign in to comment.