ToolFunction: {
    description: string;
    name: string;
    parameters: ToolFunctionParameter[];
}

Function for a LLM tool call

Type declaration

  • description: string

    Description of the function.

  • name: string

    Name of the function.

  • parameters: ToolFunctionParameter[]

    Parameters of the function.