Method: LiteLLMClient::ListGuardrailsResponse#valid?
- Defined in:
- lib/litellm_client/models/list_guardrails_response.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
89 90 91 92 93 |
# File 'lib/litellm_client/models/list_guardrails_response.rb', line 89 def valid? warn '[DEPRECATED] the `valid?` method is obsolete' return false if @guardrails.nil? true end |