MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / decode

Method decode

backend/app/models/retrieval/tokenizer/_base.py:28–29  ·  view source on GitHub ↗
(self, tokens: List[int])

Source from the content-addressed store, hash-verified

26
27 @abstractmethod
28 def decode(self, tokens: List[int]) -> str:
29 raise NotImplementedError
30
31 def count_tokens(self, text: str) -> int:
32 if not text or not isinstance(text, str):

Callers 15

executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
aes_encryptFunction · 0.45
aes_decryptFunction · 0.45
get_image_base64_stringFunction · 0.45
encode_text_to_base64Function · 0.45
decode_base64_to_textFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected