MCPcopy
hub / github.com/docker/genai-stack / BaseLogger

Class BaseLogger

utils.py:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class BaseLogger:
2 def __init__(self) -> None:
3 self.info = print
4
5
6def extract_title_and_question(input_string):

Callers 3

api.pyFile · 0.90
load_embedding_modelFunction · 0.90
load_llmFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected