Reminix TypeScript SDK - v0.7.1
    Preparing search index...

    Type Alias InvokeHandlerInternal

    InvokeHandler: (
        input: InvokeInput,
        ctx?: Context,
    ) => InvokeResponse | Promise<InvokeResponse>

    Handler function for non-streaming invoke requests.

    Type Declaration