MCPcopy Create free account
hub / github.com/InfinitiBit/graphbit / error

Method error

benchmarks/frameworks/common.py:98–100  ·  view source on GitHub ↗

Log error messages.

(self, message: str)

Source from the content-addressed store, hash-verified

96 self.logger.info(f"Output:\n{llm_output}\n{'-' * 80}")
97
98 def error(self, message: str) -> None:
99 """Log error messages."""
100 self.logger.error(message)
101
102
103class FrameworkType(Enum):

Callers 15

github-stats.jsFile · 0.45
get_plan_from_graphbitFunction · 0.45
app.pyFile · 0.45
process_pdf_phase1Method · 0.45
process_pdf_phase2Method · 0.45
process_pdfMethod · 0.45
ask_questionMethod · 0.45
chatbot.pyFile · 0.45
connect_websocketFunction · 0.45
_init_vectorstoreMethod · 0.45

Calls

no outgoing calls