Genkit JS API reference
    Preparing search index...

    Type Alias ToolArgument<I, O>

    ToolArgument:
        | string
        | ToolAction<I, O>
        | Action<I, O>
        | ExecutablePrompt<any, any, any>

    A reference to a tool in the form of a name, definition, or the action itself.

    Type Parameters