MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / __call__

Method __call__

tests/test_llm_parser.py:672–673  ·  view source on GitHub ↗
(self, prompt_text, return_tensors="pt")

Source from the content-addressed store, hash-verified

670 return "prompt"
671
672 def __call__(self, prompt_text, return_tensors="pt"):
673 return {"input_ids": FakeTensor([1, 2, 3])}
674
675 def decode(self, generated_ids, skip_special_tokens=True):
676 return '{"action":"adjust_interest","direction":"decrease","topics":["GUI Agent"],"confidence":0.9}'

Callers

nothing calls this directly

Calls 1

FakeTensorClass · 0.85

Tested by

no test coverage detected