Hierarchy (view full)

Constructors

Properties

toolSystemPromptTemplate: string = DEFAULT_TOOL_SYSTEM_TEMPLATE
defaultResponseFunction: {
    description: string;
    name: string;
    parameters: {
        properties: {
            response: {
                description: string;
                type: string;
            };
        };
        required: string[];
        type: string;
    };
} = ...

Methods