Get the identifying parameters.
(self)
| 18 | |
| 19 | @property |
| 20 | def _identifying_params(self) -> Mapping[str, Any]: |
| 21 | """Get the identifying parameters.""" |
| 22 | return {"n": self.n} |
| 23 | |
| 24 | if __name__ == "__main__": |
| 25 | llm = CustomLLM() |
nothing calls this directly
no outgoing calls
no test coverage detected