Type alias HydeLlmCaller

HydeLlmCaller: ((systemPrompt, userPrompt) => Promise<string>)

Minimal interface for the LLM call needed by HyDE.

Type declaration

    • (systemPrompt, userPrompt): Promise<string>
    • Parameters

      • systemPrompt: string
      • userPrompt: string

      Returns Promise<string>