识别#

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

构建一个LLMonitor用户上下文管理器

Parameters:
  • user_id (-) – 用户ID。

  • user_props (-) – 用户属性。

Returns:

一个设置用户上下文的上下文管理器。

Return type:

UserContextManager

使用 identify 的示例