Skip to content

Home > llm-ops > function_callType

function_callType type

function_call类型

Signature:

typescript
export type function_callType = "none" | "auto" | FunctionCallOption;
export type function_callType = "none" | "auto" | FunctionCallOption;

References: FunctionCallOption

Released under the MIT License.