package connectrpc.eliza.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service ElizaService

eliza.proto:25

ElizaService provides a way to talk to the ELIZA, which is a port of the DOCTOR script for Joseph Weizenbaum's original ELIZA program. Created in the mid-1960s at the MIT Artificial Intelligence Laboratory, ELIZA demonstrates the superficiality of human-computer communication. DOCTOR simulates a psychotherapist, and is commonly found as an Easter egg in emacs distributions.

message SayRequest

eliza.proto:38

SayRequest describes the sentence said to the ELIZA program.

Used as request type in: ElizaService.Say, matt.v1.MattService.Say

message SayResponse

eliza.proto:43

SayResponse describes the sentence responded by the ELIZA program.

Used as response type in: ElizaService.Say, matt.v1.MattService.Say