Skip to content

Commit

Permalink
Merge branch 'master' into tj202/query_udfs
Browse files Browse the repository at this point in the history
  • Loading branch information
ThejasNU authored Feb 11, 2025
2 parents 1f4e834 + 2496ff9 commit 9db12f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/agentc_langchain/agentc_langchain/audit/audit.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def audit(
:py:meth:`BaseChatModel._astream`) to methods that log LLM calls.
:param chat_model: The LangChain chat model to audit.
:param session: The session associated with all messages we will audit.
:param session: The session associated with all messages we will audit. We suggest generating this dynamically using a UUID generator or similar to ensure every run of the application is a new session.
:param auditor: The auditor to bind to the chat model.
:return: The same LangChain chat model that was passed in, but with methods dispatched to audit LLM calls.
"""
Expand Down

0 comments on commit 9db12f1

Please # to comment.