interface LLMonitorHandlerFields {
    apiUrl?: string;
    appId?: string;
    ignoreAgent?: boolean;
    ignoreChain?: boolean;
    ignoreCustomEvent?: boolean;
    ignoreLLM?: boolean;
    ignoreRetriever?: boolean;
    raiseError?: boolean;
    verbose?: boolean;
}

Hierarchy

  • BaseCallbackHandlerInput
  • LLMonitorOptions
    • LLMonitorHandlerFields

Implemented by

Properties

apiUrl?: string
appId?: string
ignoreAgent?: boolean
ignoreChain?: boolean
ignoreCustomEvent?: boolean
ignoreLLM?: boolean
ignoreRetriever?: boolean
raiseError?: boolean
verbose?: boolean