ChatSegmentBuilderDonePayload
SegmentBuilderAgent committed conditions. conditions rides as JSON for
now — the V2 typed condition tree is a separate refactor and consumers
of this surface (the future segment-builder chat UI) already parse this
shape themselves.
type ChatSegmentBuilderDonePayload {
conditions: JSON
suggestedName: String
suggestedDescription: String
}
Fields
ChatSegmentBuilderDonePayload.conditions ● JSON scalar
ChatSegmentBuilderDonePayload.suggestedName ● String scalar
ChatSegmentBuilderDonePayload.suggestedDescription ● String scalar
Implemented By
ChatMessagePayload union


