Skip to content

Commit

Permalink
Update gh-pages to output generated at 2496ff9
Browse files Browse the repository at this point in the history
  • Loading branch information
ThejasNU committed Feb 11, 2025
1 parent 035dfbe commit dd7157c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _modules/agentc_langchain/audit/audit.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ <h1>Source code for agentc_langchain.audit.audit</h1><div class="highlight"><pre
<span class="sd"> :py:meth:`BaseChatModel._astream`) to methods that log LLM calls.</span>

<span class="sd"> :param chat_model: The LangChain chat model to audit.</span>
<span class="sd"> :param session: The session associated with all messages we will audit.</span>
<span class="sd"> :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.</span>
<span class="sd"> :param auditor: The auditor to bind to the chat model.</span>
<span class="sd"> :return: The same LangChain chat model that was passed in, but with methods dispatched to audit LLM calls.</span>
<span class="sd"> &quot;&quot;&quot;</span>
Expand Down
2 changes: 1 addition & 1 deletion api.html
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>chat_model</strong> – The LangChain chat model to audit.</p></li>
<li><p><strong>session</strong> – The session associated with all messages we will audit.</p></li>
<li><p><strong>session</strong> – 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.</p></li>
<li><p><strong>auditor</strong> – The auditor to bind to the chat model.</p></li>
</ul>
</dd>
Expand Down
Loading

0 comments on commit dd7157c

Please sign in to comment.