Circle V2 API Docs
    Preparing search index...

    Variable documentSelectionSchemaConst

    documentSelectionSchema: ZodObject<
        {
            documents: ZodArray<
                ZodObject<{ id: ZodString; title: ZodString }, $strip>,
            >;
        },
        $strip,
    > = ...

    Selects which of a patient's documents are needed to answer a chart-review question, with a single structured LLM call over the compact document listing.