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

Function _make_session

tests/test_chat_slash_commands.py:31–32  ·  view source on GitHub ↗
(kb_dir: Path)

Source from the content-addressed store, hash-verified

29
30
31def _make_session(kb_dir: Path) -> ChatSession:
32 return ChatSession.new(kb_dir, "gpt-4o-mini", "en")
33
34
35_STYLE = Style.from_dict({})

Calls 1

newMethod · 0.80

Tested by

no test coverage detected