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

Function _bottom_toolbar

openkb/agent/chat.py:197–207  ·  view source on GitHub ↗
(session: ChatSession)

Source from the content-addressed store, hash-verified

195
196
197def _bottom_toolbar(session: ChatSession) -> FormattedText:
198 return FormattedText(
199 [
200 ("class:toolbar", " session "),
201 ("class:toolbar.session", session.id),
202 (
203 "class:toolbar",
204 f" {session.turn_count} turn(s) {session.model} ",
205 ),
206 ]
207 )
208
209
210_SLASH_COMMANDS: list[tuple[str, str]] = [

Callers 1

_make_prompt_sessionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected