Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
def
_make_session(kb_dir: Path) -> ChatSession:
32
return
ChatSession.new(kb_dir,
"gpt-4o-mini"
,
"en"
)
33
34
35
_STYLE = Style.from_dict({})
Callers
12
test_slash_status
Function · 0.85
test_slash_list_empty
Function · 0.85
test_slash_list_with_docs
Function · 0.85
test_slash_add_missing_arg
Function · 0.85
test_slash_add_nonexistent_path
Function · 0.85
test_slash_add_unsupported_type
Function · 0.85
test_slash_lint
Function · 0.85
test_run_chat_handles_ctrl_c_during_slash_command
Function · 0.85
test_slash_unknown
Function · 0.85
test_slash_exit
Function · 0.85
test_slash_clear
Function · 0.85
test_save_transcript_strips_ghost_wikilinks
Function · 0.85
Calls
1
new
Method · 0.80
Tested by
no test coverage detected