(self, **kwargs)
| 37 | def query(self, messages: list[dict[str, Any]], **kwargs) -> dict[str, Any]: ... |
| 38 | |
| 39 | def format_message(self, **kwargs) -> dict[str, Any]: ... |
| 40 | |
| 41 | def format_observation_messages( |
| 42 | self, |
nothing calls this directly
no outgoing calls
no test coverage detected