Genkit JS API reference
    Preparing search index...

    Type Alias EmbedderArgument<CustomOptions>

    EmbedderArgument:
        | string
        | EmbedderAction<CustomOptions>
        | EmbedderReference<CustomOptions>

    A union type representing all the types that can refer to an embedder.

    Type Parameters