Genkit JS API reference
    Preparing search index...

    Type Alias ModelArgument<CustomOptions>

    ModelArgument:
        | ModelAction<CustomOptions>
        | ModelReference<CustomOptions>
        | string

    Union type for all the ways a model can be specified: by name string, ModelAction, or ModelReference.

    Type Parameters