Interface FunctionDeclarationSchema (1.1.0)

Schema for parameters passed to FunctionDeclaration.parameters.

Package

@google-cloud/vertexai

Properties

description

description?: string;

Optional. Description of the parameter.

properties

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

The format of the parameter.

required

required?: string[];

Optional. Array of required parameters.

type

type: FunctionDeclarationSchemaType;

The type of the parameter.