langchain_community.callbacks.llmonitor_callback.UserContextManager¶

class langchain_community.callbacks.llmonitor_callback.UserContextManager(user_id: str, user_props: Optional[Any] = None)[source]¶

Context manager for LLMonitor user context.

Methods

__init__(user_id[, user_props])

Parameters
  • user_id (str) –

  • user_props (Any) –

__init__(user_id: str, user_props: Optional[Any] = None) None[source]¶
Parameters
  • user_id (str) –

  • user_props (Optional[Any]) –

Return type

None