MCPcopy Create free account
hub / github.com/edmar/whenx / instruction

Function instruction

tests/test_create_report.py:6–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5@fixture(scope="function")
6def instruction():
7 alarm = "Yes, the latest book by Haruki Murakami is The Forbidden Worlds of Haruki Murakami."
8 instruction = f"{alarm} Write a report about it."
9 yield instruction
10
11
12def test_create_report(instruction):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected