v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
LangChain.js
langchain-azure-dynamic-sessions
SessionsPythonREPLTool
Class SessionsPythonREPLTool
Hierarchy (
view full
)
Toolkit
SessionsPythonREPLTool
Index
Constructors
constructor
Properties
azureADToken
Provider
description
name
pool
Management
Endpoint
session
Id
Methods
download
File
list
Files
upload
File
Constructors
constructor
new
Sessions
PythonREPLTool
(
params
?
)
:
SessionsPythonREPLTool
Parameters
Optional
params
:
SessionsPythonREPLToolParams
Returns
SessionsPythonREPLTool
Properties
azureADToken
Provider
azureADToken
Provider
:
(
(
)
=>
Promise
<
string
>
)
description
description
:
string
= ...
name
name
:
string
= "sessions-python-repl-tool"
pool
Management
Endpoint
pool
Management
Endpoint
:
string
session
Id
session
Id
:
string
Methods
download
File
download
File
(
params
)
:
Promise
<
Blob
>
Parameters
params
:
{
remoteFilename
:
string
;
}
remote
Filename
:
string
Returns
Promise
<
Blob
>
list
Files
list
Files
(
)
:
Promise
<
RemoteFile
[]
>
Returns
Promise
<
RemoteFile
[]
>
upload
File
upload
File
(
params
)
:
Promise
<
RemoteFile
>
Parameters
params
:
{
data
:
Blob
;
remoteFilename
:
string
;
}
data
:
Blob
remote
Filename
:
string
Returns
Promise
<
RemoteFile
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
azureADToken
Provider
description
name
pool
Management
Endpoint
session
Id
Methods
download
File
list
Files
upload
File
LangChain.js - v0.2.10
Loading...