MCPcopy Create free account
hub / github.com/microsoft/poml / test_basic

Function test_basic

python/tests/test_basic.py:11–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10
11def test_basic():
12 assert poml("<p>Hello, World!</p>") == [{"speaker": "human", "content": "Hello, World!"}]
13
14
15def test_prompt():

Callers

nothing calls this directly

Calls 1

pomlFunction · 0.90

Tested by

no test coverage detected