AI::Provider::LanguageModel::InputTokens
Inherits JSON::Serializable < Struct < Value < Object
Information about input tokens.
Constructors
new(pull : JSON::PullParser)
Sourcenew(total : Int32 | Nil = nil, no_cache : Int32 | Nil = nil, cache_read : Int32 | Nil = nil, cache_write : Int32 | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source