mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-12 12:59:07 +00:00
docs: add aca-ds (#21746)
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user