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

Method stream_output

toolbench/inference/utils.py:233–234  ·  view source on GitHub ↗

Stream output.

(self, output_stream)

Source from the content-addressed store, hash-verified

231
232 @abc.abstractmethod
233 def stream_output(self, output_stream):
234 """Stream output."""
235
236 @abc.abstractmethod
237 def return_output(self, output_stream):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected