MCPcopy Create free account
hub / github.com/THUDM/AutoWebGLM / construct

Method construct

webarena/agent/prompts/prompt_constructor.py:120–126  ·  view source on GitHub ↗
(
        self,
        trajectory: Trajectory,
        intent: str,
        meta_data: dict[str, Any] = {},
    )

Source from the content-addressed store, hash-verified

118 )
119
120 def construct(
121 self,
122 trajectory: Trajectory,
123 intent: str,
124 meta_data: dict[str, Any] = {},
125 ) -> APIInput:
126 raise NotImplementedError
127
128 def map_url_to_real(self, url: str) -> str:
129 """Map the urls to their real world counterparts"""

Callers 3

testFunction · 0.45
next_actionMethod · 0.45
check_actionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected