output
    Preparing search index...

    Type Alias ExtractedSource

    A source extracted from search tool results during multi-step LLM execution.

    type ExtractedSource = {
        id: string;
        sourceType: "url";
        title: string;
        type: "source";
        url: string;
    }
    Index

    Properties

    id: string
    sourceType: "url"
    title: string
    type: "source"
    url: string