Skip to content

Home > llm-ops > FunctionCallOption

FunctionCallOption interface

FunctionCall的接口

Signature:

typescript
export interface FunctionCallOption
export interface FunctionCallOption

Properties

PropertyModifiersTypeDescription
namestringThe name of the function to call.

Released under the MIT License.