Skip to content

Commit 091f74c

Browse files
committed
chore(assistant): make corrections
1 parent 257430f commit 091f74c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assistant/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4228,6 +4228,8 @@ namespace AssistantV1 {
42284228
export interface InputData {
42294229
/** The text of the user input. This string cannot contain carriage return, newline, or tab characters, and it must be no longer than 2048 characters. */
42304230
text: string;
4231+
/** InputData accepts additional properties. */
4232+
[propName: string]: any;
42314233
}
42324234

42334235
/** Intent. */
@@ -4364,8 +4366,6 @@ namespace AssistantV1 {
43644366
output: OutputData;
43654367
/** An array of objects describing any actions requested by the dialog node. */
43664368
actions?: DialogNodeAction[];
4367-
/** MessageResponse accepts additional properties. */
4368-
[propName: string]: any;
43694369
}
43704370

43714371
/** An output object that includes the response to the user, the dialog nodes that were triggered, and messages from the log. */

0 commit comments

Comments
 (0)