UserContextManager#

class langchain_community.callbacks.llmonitor_callback.UserContextManager(user_id: str, user_props: 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: Any = None) β†’ None[source]#
Parameters:
  • user_id (str)

  • user_props (Any)

Return type:

None