docs: add aca-ds (#21746)

This commit is contained in:
Bagatur
2024-05-16 01:52:07 -07:00
committed by GitHub
parent 74f54599f4
commit 867adbf27b
3 changed files with 382 additions and 172 deletions

View File

@@ -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"