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