MCPcopy
hub / github.com/langbot-app/LangBot / info

Method info

src/langbot/pkg/platform/logger.py:176–189  ·  view source on GitHub ↗
(
        self,
        text: str,
        images: typing.Optional[list[platform_message.Image]] = None,
        message_session_id: typing.Optional[str] = None,
        no_throw: bool = True,
    )

Source from the content-addressed store, hash-verified

174 traceback.print_exc()
175
176 async def info(
177 self,
178 text: str,
179 images: typing.Optional[list[platform_message.Image]] = None,
180 message_session_id: typing.Optional[str] = None,
181 no_throw: bool = True,
182 ):
183 await self._add_log(
184 level=EventLogLevel.INFO,
185 text=text,
186 images=images,
187 message_session_id=message_session_id,
188 no_throw=no_throw,
189 )
190
191 async def debug(
192 self,

Callers 15

initializeMethod · 0.45
install_pluginMethod · 0.45
disposeMethod · 0.45
_dispose_subprocessMethod · 0.45
initializeMethod · 0.45
add_embeddingsMethod · 0.45
_vector_searchMethod · 0.45
_full_text_searchMethod · 0.45

Calls 1

_add_logMethod · 0.95

Tested by

no test coverage detected