| 76 | } |
| 77 | |
| 78 | std::optional<int32_t> AceStepTextTokenizer::find_token_id(const std::string & token) const { |
| 79 | return impl_->tokenizer->find_token_id(token); |
| 80 | } |
| 81 | |
| 82 | AceStepTokenizedText AceStepTextTokenizer::tokenize_text(const std::string & text, int64_t max_length) const { |
| 83 | if (max_length <= 0) { |
no outgoing calls
no test coverage detected