You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assistant/v2.ts
+2
Original file line number
Diff line number
Diff line change
@@ -452,6 +452,8 @@ namespace AssistantV2 {
452
452
actions?: DialogNodeAction[];
453
453
/** Additional detailed information about a message response and how it was generated. */
454
454
debug?: MessageOutputDebug;
455
+
/** An object containing any custom properties included in the response. This object includes any arbitrary properties defined in the dialog JSON editor as part of the dialog node output. */
456
+
user_defined?: Object;
455
457
}
456
458
457
459
/** Additional detailed information about a message response and how it was generated. */
0 commit comments