ADK TypeScript Documentation - v0.0.4
    Preparing search index...

    Class BaseLLMAbstract

    Base class for all LLM implementations

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    model: string

    The name of the LLM model

    Methods

    • Generates content from the given request

      Parameters

      • llmRequest: LLMRequest

        The request to send to the LLM

      • Optionalstream: boolean

        Whether to do streaming call

      Returns AsyncGenerator<LLMResponse, void, unknown>

      A generator of LLMResponses

    • Returns a list of supported models in regex for LLMRegistry

      Returns string[]