grpt to inf
This commit is contained in:
19
Common/Protos/aia.proto
Normal file
19
Common/Protos/aia.proto
Normal file
@@ -0,0 +1,19 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option csharp_namespace = "AIAss.Protos";
|
||||
|
||||
package aia;
|
||||
|
||||
|
||||
service aiAssistance {
|
||||
rpc SendQuestion (aiaRequest) returns (aiaReply);
|
||||
}
|
||||
|
||||
message aiaRequest {
|
||||
string question = 1;
|
||||
string prompts = 2;
|
||||
}
|
||||
|
||||
message aiaReply {
|
||||
string message = 1;
|
||||
}
|
Reference in New Issue
Block a user