Share via


AzureFunctionToolResource interface

Properties

description

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

inputQueue
name

The name of the function to be called.

outputQueue
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

inputQueue

inputQueue: AzureFunctionStorageQueue

Property Value

name

The name of the function to be called.

name: string

Property Value

string

outputQueue

outputQueue: AzureFunctionStorageQueue

Property Value

parameters

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

parameters: unknown

Property Value

unknown