mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-15 20:44:46 +00:00
tweaks to docs (#200)
This commit is contained in:
@@ -8,7 +8,7 @@ service Answer {
|
||||
rpc Question(QuestionRequest) returns (QuestionResponse) {}
|
||||
}
|
||||
|
||||
// Answer a question and receive an instant answer
|
||||
// Ask a question and receive an instant answer
|
||||
message QuestionRequest {
|
||||
// the question to answer
|
||||
string query = 1;
|
||||
|
||||
Reference in New Issue
Block a user