Diff TypeAlias
An object that provides relevant information to visualize a single edit performed by an ai agent on a SharedTree
This API is provided as an alpha preview and may change without notice.
To use, import via @fluidframework/ai-collab/alpha
.
For more information about our API support guarantees, see here.
Signature
export type Diff = InsertDiff | ModifyDiff | RemoveDiff | MoveDiff;