MCPcopy Index your code
hub / github.com/OpenBMB/ChatDev / request

Method request

utils/human_prompt.py:26–34  ·  view source on GitHub ↗

Collect user feedback and return the structured response.

(
        self,
        *,
        node_id: str,
        task: str,
        inputs: Optional[str] = None,
        metadata: Optional[Dict[str, Any]] = None,
    )

Source from the content-addressed store, hash-verified

24 """Channel interface that performs the actual user interaction."""
25
26 def request(
27 self,
28 *,
29 node_id: str,
30 task: str,
31 inputs: Optional[str] = None,
32 metadata: Optional[Dict[str, Any]] = None,
33 ) -> PromptResult:
34 """Collect user feedback and return the structured response."""
35
36
37@dataclass

Callers 4

requestMethod · 0.45
call_userFunction · 0.45
web_searchFunction · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected