(self, generated_ids, skip_special_tokens=True)
| 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}' |
| 677 | |
| 678 | class FakeOutputs: |
| 679 | def __getitem__(self, index): |
no outgoing calls
no test coverage detected