Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
320
def
_make_markdown(text: str) -> Any:
321
from
openkb.agent._markdown
import
render
322
323
return
render(text)
324
325
326
async
def
_run_turn(
Callers
2
run_query
Function · 0.90
_run_turn
Function · 0.85
Calls
1
render
Function · 0.90
Tested by
no test coverage detected