Reminix TypeScript SDK - v0.7.1
Docs
GitHub
Preparing search index...
@reminix/runtime
InvokeHandler
Type Alias InvokeHandler
Internal
InvokeHandler
:
(
input
:
InvokeInput
,
ctx
?:
Context
,
)
=>
InvokeResponse
|
Promise
<
InvokeResponse
>
Handler function for non-streaming invoke requests.
Type Declaration
(
input
:
InvokeInput
,
ctx
?:
Context
)
:
InvokeResponse
|
Promise
<
InvokeResponse
>
Parameters
input
:
InvokeInput
Optional
ctx
:
Context
Returns
InvokeResponse
|
Promise
<
InvokeResponse
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Docs
GitHub
Reminix TypeScript SDK - v0.7.1
Loading...
Handler function for non-streaming invoke requests.