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

Class ObservationMetadata

webarena/browser_env/processors.py:40–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39
40class ObservationMetadata(TypedDict):
41 obs_nodes_info: dict[str, Any]
42
43
44def create_empty_metadata() -> ObservationMetadata:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected