Method: LiteLLMClient::MCPInfo#list_invalid_properties
- Defined in:
- lib/litellm_client/models/mcp_info.rb
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
91 92 93 94 95 |
# File 'lib/litellm_client/models/mcp_info.rb', line 91 def list_invalid_properties warn '[DEPRECATED] the `list_invalid_properties` method is obsolete' invalid_properties = Array.new invalid_properties end |