Jack Gerrits 08f9830bf7
Dotnet Grpc worker implementation (#5245)
Co-authored-by: Jacob Alber <jaalber@microsoft.com>
Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
2025-02-05 08:34:02 -08:00

13 lines
238 B
Protocol Buffer

syntax = "proto3";
option csharp_namespace = "Microsoft.AutoGen.Core.Grpc.Tests.Protobuf";
message TextMessage {
string content = 1;
string source = 2;
}
message RpcTextMessage {
string content = 1;
string source = 2;
}