@squidcloud/backend
    Preparing search index...

    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