AAI SDK
Preparing search index...
@alexkroman1/aai
runtime
RunCodeExecutor
Type Alias RunCodeExecutor
RunCodeExecutor
:
(
code
:
string
)
=>
Promise
<
string
|
{
error
:
string
}
>
In-sandbox executor backing the run_code builtin (see createRunCode).
Type Declaration
(
code
:
string
)
:
Promise
<
string
|
{
error
:
string
}
>
Parameters
code
:
string
Returns
Promise
<
string
|
{
error
:
string
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
AAI SDK
Loading...
In-sandbox executor backing the run_code builtin (see createRunCode).