Skip to content

Commit 41cd8dc

Browse files
committed
fix: add disabled property to CreateDialogNode
1 parent 69c71c0 commit 41cd8dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assistant/v1.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3715,6 +3715,8 @@ namespace AssistantV1 {
37153715
digress_out_slots?: string;
37163716
/** A label that can be displayed externally to describe the purpose of the node to users. This string must be no longer than 512 characters. */
37173717
user_label?: string;
3718+
/** Whether to consider the dialog node during runtime evaluation. Set to `true` to ignore the dialog node. */
3719+
disabled?: boolean;
37183720
}
37193721

37203722
/** CreateEntity. */

0 commit comments

Comments
 (0)