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

    Class BaseLLMConnectionAbstract

    Base class for LLM connections

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    Methods

    • Handles the end of the connection

      Parameters

      • callback: () => void

        The callback to handle the end

      Returns void

    • Handles errors from the LLM

      Parameters

      • callback: (error: Error) => void

        The callback to handle errors

      Returns void

    • Sends a message to the LLM

      Parameters

      • message: string

        The message to send

      Returns void