用户上下文管理器#

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

LLMonitor 用户上下文的上下文管理器。

方法

__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: