Skip to content

Commit

Permalink
docs: add aca-ds (langchain-ai#21746)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored May 16, 2024
1 parent 74f5459 commit 867adbf
Show file tree
Hide file tree
Showing 3 changed files with 382 additions and 172 deletions.
377 changes: 377 additions & 0 deletions docs/docs/integrations/tools/azure_dynamic_sessions.ipynb

Large diffs are not rendered by default.

169 changes: 0 additions & 169 deletions libs/partners/azure-dynamic-sessions/docs/provider.ipynb

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,11 @@ class SessionsPythonREPLTool(BaseTool):
Example:
.. code-block:: python
from langchain_azure_dynamic_sessions import SessionsPythonREPLTool
tool = SessionsPythonREPLTool(pool_management_endpoint="...")
result = tool.run("6 * 7")
from langchain_azure_dynamic_sessions import SessionsPythonREPLTool
tool = SessionsPythonREPLTool(pool_management_endpoint="...")
result = tool.invoke("6 * 7")
"""

name: str = "Python_REPL"
Expand Down

0 comments on commit 867adbf

Please sign in to comment.