MCPcopy
hub / github.com/OpenBMB/ChatDev / info

Method info

utils/logger.py:142–144  ·  view source on GitHub ↗
(self, message: str, node_id: str = None, event_type: EventType = None,
             details: Dict[str, Any] = None, duration: float | None = None)

Source from the content-addressed store, hash-verified

140 self.add_log(LogLevel.DEBUG, message, node_id, event_type, details, duration)
141
142 def info(self, message: str, node_id: str = None, event_type: EventType = None,
143 details: Dict[str, Any] = None, duration: float | None = None) -> None:
144 self.add_log(LogLevel.INFO, message, node_id, event_type, details, duration)
145
146 def warning(self, message: str, node_id: str = None, event_type: EventType = None,
147 details: Dict[str, Any] = None, duration: float | None = None) -> None:

Callers 15

enter_nodeMethod · 0.95
exit_nodeMethod · 0.95
record_model_callMethod · 0.95
record_workflow_startMethod · 0.95
mainFunction · 0.45
add_logMethod · 0.45
execute_workflowFunction · 0.45
health_checkFunction · 0.45
download_sessionFunction · 0.45

Calls 1

add_logMethod · 0.95

Tested by

no test coverage detected