ai11y docs
    Preparing search index...

    Interface LLMAgentConfig

    Configuration for LLM-based agent

    interface LLMAgentConfig {
        apiEndpoint: string;
    }
    Index

    Properties

    Properties

    apiEndpoint: string

    API endpoint URL for the agent server (e.g., "http://localhost:3000/ai11y/agent")