Hierarchy (view full)

Constructors

Properties

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

Type declaration

  • description: string
  • name: string
  • parameters: {
        properties: {
            response: {
                description: string;
                type: string;
            };
        };
        required: string[];
        type: string;
    }
    • properties: {
          response: {
              description: string;
              type: string;
          };
      }
      • response: {
            description: string;
            type: string;
        }
        • description: string
        • type: string
    • required: string[]
    • type: string

Methods

Generated using TypeDoc