Circle V2 API Docs
    Preparing search index...

    Type Alias ChartTextResolution

    ChartTextResolution:
        | {
            source: "formatter"
            | "notes_fields"
            | "parsed_content";
            text: string;
        }
        | { error: CircleError; source: "formatter_error"; text: null }
        | { source: "no_content"; text: null }

    Where the text came from. Reported so callers can log, skip, or record a reason rather than treating every empty result the same.