MCPcopy Create free account
hub / github.com/VectifyAI/OpenKB / _make_markdown

Function _make_markdown

openkb/agent/chat.py:320–323  ·  view source on GitHub ↗
(text: str)

Source from the content-addressed store, hash-verified

318
319
320def _make_markdown(text: str) -> Any:
321 from openkb.agent._markdown import render
322
323 return render(text)
324
325
326async def _run_turn(

Callers 2

run_queryFunction · 0.90
_run_turnFunction · 0.85

Calls 1

renderFunction · 0.90

Tested by

no test coverage detected