Interface FunctionDeclarationSchema (0.4.0)

Schema for parameters passed to [FunctionDeclaration.parameters]

Package

@google-cloud/vertexai

Properties

description

description?: string;

properties

properties: {
        [k: string]: FunctionDeclarationSchemaProperty;
    };

required

required?: string[];

type

type: FunctionDeclarationSchemaType;