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

Method prompt_for_input

toolbench/inference/utils.py:225–226  ·  view source on GitHub ↗

Prompt for input from a role.

(self, role: str)

Source from the content-addressed store, hash-verified

223class ChatIO(abc.ABC):
224 @abc.abstractmethod
225 def prompt_for_input(self, role: str) -> str:
226 """Prompt for input from a role."""
227
228 @abc.abstractmethod
229 def prompt_for_output(self, role: str):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected