@squidcloud/backend
Preparing search index...
AiFunctionAction
Type Alias AiFunctionAction<T>
AiFunctionAction
:
(
params
:
T
,
context
:
AiFunctionContext
<
any
,
any
>
)
=>
any
A type defining an AI function action with parameters and context.
Type Parameters
T
extends
Record
<
string
,
any
>
=
any
Type declaration
(
params
:
T
,
context
:
AiFunctionContext
<
any
,
any
>
)
:
any
Parameters
params
:
T
context
:
AiFunctionContext
<
any
,
any
>
Returns
any
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@squidcloud/backend
Loading...
A type defining an AI function action with parameters and context.