Class FakeListLLM

A fake LLM that returns a predefined list of responses. It can be used for testing purposes.

Hierarchy

  • LLM
    • FakeListLLM

Constructors

Properties

Constructors

  • Parameters

    Returns FakeListLLM

Properties

i: number = 0
responses: string[]
sleep?: number

Generated using TypeDoc