Skip to main content
Version: Latest

AISummaryModule

description

A wrapper around multiple AISummaries that provides additional context for them.

type AISummaryModule {
title: String!
type: String!
topics: [AISummaryTopic]!
document: Document
}

Fields

AISummaryModule.title ● String! non-null scalar

The title of the module, e.g. "Earnings Prep", or "Research". @exposed

AISummaryModule.type ● String! non-null scalar

The type of the module.

Example values: "Research", "EarningsPreparations", "EarningsReview", "ExpertCalls", "News". @exposed

AISummaryModule.topics ● [AISummaryTopic]! non-null interface

The AI summaries topics that essentially represent generated AI summary items, and references. @exposed

AISummaryModule.document ● Document object

The main document that the AISummaryModule is associated with.

This field is not available in all cases. It is mostly applicable for certain AISummaryModules that contain AISummaries generated from a single document. For example, AISummaryModule of type EarningsReview would have this field resolved for it. @exposed

Member of

Company object ● Document object