MCPcopy Create free account
hub / github.com/OpenManus/OpenManus-RL / encode

Method encode

test/test_rollout_mock.py:84–86  ·  view source on GitHub ↗

Dummy encode.

(self, text)

Source from the content-addressed store, hash-verified

82 return ["Decoded sequence"]
83
84 def encode(self, text):
85 """Dummy encode."""
86 return [1, 2, 3, 4, 5] # Mock token ids
87
88
89class MockEnvironment:

Callers 2

webshop.pyFile · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected