Return output.
(self, output_stream)
| 235 | |
| 236 | @abc.abstractmethod |
| 237 | def return_output(self, output_stream): |
| 238 | """Return output.""" |
| 239 | |
| 240 | class SimpleChatIO(ChatIO): |
| 241 | def prompt_for_input(self, role) -> str: |
no outgoing calls
no test coverage detected