ailoy-web
    Preparing search index...

    Interface AgentConfig

    Configuration for running the agent.

    See LangModelInferConfig and KnowledgeConfig for more details.

    interface AgentConfig {
        inference?: LangModelInferConfig;
        knowledge?: KnowledgeConfig;
    }
    Index

    Properties

    knowledge?: KnowledgeConfig