Skip to content

Commit ea28bf3

Browse files
committed
fix: add user_defined property to MessageOutput model
1 parent 41cd8dc commit ea28bf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assistant/v2.ts

+2
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,8 @@ namespace AssistantV2 {
452452
actions?: DialogNodeAction[];
453453
/** Additional detailed information about a message response and how it was generated. */
454454
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;
455457
}
456458

457459
/** Additional detailed information about a message response and how it was generated. */

0 commit comments

Comments
 (0)