(self)
| 40 | return self.type == "rerank" |
| 41 | |
| 42 | def is_custom_host(self): |
| 43 | return self.provider_id == "custom_host" |
| 44 | |
| 45 | def allow_function_call(self): |
| 46 | return self.type == "chat_completion" and self.properties.get("function_call", False) |
no outgoing calls
no test coverage detected