MCPcopy Create free account
hub / github.com/CopilotKit/OpenGenerativeUI / _FakeRuntime

Class _FakeRuntime

apps/agent/tests/test_canonical_contract.py:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91
92
93class _FakeRuntime:
94 state: dict = {}
95 tool_call_id = "test-call"
96
97
98def test_apply_template_appends_canonical_translation_note():

Calls

no outgoing calls