Skip to content

Home > llm-ops > functionsType

functionsType type

FunctionInterface类型数组

Signature:

typescript
export type functionsType = FunctionInterface[];
export type functionsType = FunctionInterface[];

References: FunctionInterface

Released under the MIT License.