(self, messages: list[dict[str, Any]], **kwargs)
| 33 | config: Any |
| 34 | |
| 35 | def __call__(self, messages: list[dict[str, Any]], **kwargs) -> str: ... |
| 36 | |
| 37 | def query(self, messages: list[dict[str, Any]], **kwargs) -> dict[str, Any]: ... |
| 38 |
nothing calls this directly
no outgoing calls
no test coverage detected