MCPcopy Create free account
hub / github.com/OpenBMB/ToolBench / return_output

Method return_output

toolbench/inference/utils.py:237–238  ·  view source on GitHub ↗

Return output.

(self, output_stream)

Source from the content-addressed store, hash-verified

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

Callers 3

predictionMethod · 0.45
predictionMethod · 0.45
predictionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected