Skip to main content

CreateChildSummarizerNodeParam TypeAlias

WARNING: This API is provided as an alpha preview and may change without notice. Use at your own risk.

Signature

export type CreateChildSummarizerNodeParam = {
type: CreateSummarizerNodeSource.FromSummary;
} | {
type: CreateSummarizerNodeSource.FromAttach;
sequenceNumber: number;
snapshot: ITree;
} | {
type: CreateSummarizerNodeSource.Local;
};