Skip to content

Home > llm-ops > FunctionInterface > description

FunctionInterface.description property

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

Signature:

typescript
description?: string;
description?: string;

Released under the MIT License.