(
self,
trajectory: Trajectory,
intent: str,
meta_data: dict[str, Any] = {},
)
| 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""" |
no outgoing calls
no test coverage detected