Skip to main content
Version: Beta

AISummaryTopicGroup

description

A group of AISummaries.

The AISummaries in the group are logically connected to each other in some way. For example, an AISummary with topic "Analyst Perspective: Highlights" is grouped together with an AISummary with topic "Analyst Perspective: Lowlights".

type AISummaryTopicGroup implements AISummaryTopic {
id: ID!
title: String!
subTopics: [AISummary!]
}

Fields

AISummaryTopicGroup.id ● ID! non-null scalar

@exposed

AISummaryTopicGroup.title ● String! non-null scalar

@exposed

AISummaryTopicGroup.subTopics ● [AISummary!] list object

Topics contained within the topic group. @exposed

Interfaces

AISummaryTopic interface

A topic within an AISummaryModule.

A topic is some subject or question, for which AI summaries have been generated.