lloyal-agents API Reference
    Preparing search index...

    Interface SearchResult

    A single result from a SearchProvider web search

    interface SearchResult {
        snippet: string;
        title: string;
        url: string;
    }
    Index

    Properties

    Properties

    snippet: string

    Excerpt or snippet from the page content

    title: string

    Page title

    url: string

    Page URL