Method: OpenAI::Internal::Type::Unknown.to_sorbet_type

Defined in:
lib/openai/internal/type/unknown.rb

.to_sorbet_typeObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

API:

  • private



72
73
74
# File 'lib/openai/internal/type/unknown.rb', line 72

def to_sorbet_type
  T.anything
end