MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / _chat_now

Function _chat_now

skills/storage-helper/scripts/db_ops.py:265–266  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

263
264
265def _chat_now() -> str:
266 return datetime.now().isoformat(sep=" ", timespec="seconds")
267
268
269def _chat_title_from_content(content: str, max_chars: int = 48) -> str:

Callers 3

create_chat_sessionFunction · 0.85
save_chat_messageFunction · 0.85
list_chat_sessionsFunction · 0.85

Calls 1

nowMethod · 0.80

Tested by

no test coverage detected