Skip to content

Commit 5e3629c

Browse files
Regenerate Java codegen output
Auto-committed by java-codegen-check workflow.
1 parent 929b769 commit 5e3629c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

java/src/generated/java/com/github/copilot/generated/UserInputRequestedEvent.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ public record UserInputRequestedEventData(
3939
@JsonProperty("requestId") String requestId,
4040
/** The question or prompt to present to the user */
4141
@JsonProperty("question") String question,
42-
/** Optional short title summarizing the question (a few words), suitable for display as the dialog header/title */
43-
@JsonProperty("header") String header,
4442
/** Predefined choices for the user to select from, if applicable */
4543
@JsonProperty("choices") List<String> choices,
4644
/** Whether the user can provide a free-form text response in addition to predefined choices */

0 commit comments

Comments
 (0)