ActivityFunctionDefinition interface

The activity definition information for a function.

Properties

description

A description of what the function does, used by the model to choose when and how to call the function.

parameters

The parameters the functions accepts, described as a JSON Schema object.

Property Details

description

A description of what the function does, used by the model to choose when and how to call the function.

description?: string

Property Value

string

parameters

The parameters the functions accepts, described as a JSON Schema object.

parameters: ActivityFunctionParameters

Property Value