UNPKG

openlit

Version:

OpenTelemetry-native Auto instrumentation library for monitoring LLM Applications, facilitating the integration of observability into your GenAI-driven projects

4 lines (3 loc) 267 B
import { GuardResult } from '../guard/types'; export declare function llmResponse(provider: string, prompt: string, model?: string, baseUrl?: string, apiKey?: string): Promise<string>; export declare function parseLlmResponse(response: string | object): GuardResult;