Preparing search index...
The search index is not available
EKO API
EKO API
types
ExecutionContext
Interface ExecutionContext
interface
ExecutionContext
{
callback
?:
WorkflowCallback
;
llmProvider
:
LLMProvider
;
tools
?:
Map
<
string
,
Tool
<
any
,
any
>
>
;
variables
:
Map
<
string
,
unknown
>
;
[
key
:
string
]:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
callback?
llm
Provider
tools?
variables
Properties
Optional
callback
callback
?:
WorkflowCallback
llm
Provider
llmProvider
:
LLMProvider
Optional
tools
tools
?:
Map
<
string
,
Tool
<
any
,
any
>
>
variables
variables
:
Map
<
string
,
unknown
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
callback
llm
Provider
tools
variables
EKO API
Loading...