File tree Expand file tree Collapse file tree
src/main/java/com/github/copilot/sdk Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 * Copyright (c) Microsoft Corporation. All rights reserved.
33 *--------------------------------------------------------------------------------------------*/
44
5- @ edu .umd .cs .findbugs .annotations .SuppressFBWarnings (value = "EI_EXPOSE_REP2" , justification = "DTOs for JSON deserialization - low risk" )
65/**
76 * Event types emitted during Copilot session processing.
87 *
8887 * @see com.github.copilot.sdk.CopilotSession#on(java.util.function.Consumer)
8988 * @see com.github.copilot.sdk.events.AbstractSessionEvent
9089 */
90+ @ edu .umd .cs .findbugs .annotations .SuppressFBWarnings (value = "EI_EXPOSE_REP2" , justification = "DTOs for JSON deserialization - low risk" )
9191package com .github .copilot .sdk .events ;
Original file line number Diff line number Diff line change 22 * Copyright (c) Microsoft Corporation. All rights reserved.
33 *--------------------------------------------------------------------------------------------*/
44
5- @ edu .umd .cs .findbugs .annotations .SuppressFBWarnings (value = "EI_EXPOSE_REP2" , justification = "DTOs for JSON deserialization - low risk" )
65/**
76 * Configuration classes and data transfer objects for the Copilot SDK.
87 *
9291 * @see com.github.copilot.sdk.CopilotClient
9392 * @see com.github.copilot.sdk.CopilotSession
9493 */
94+ @ edu .umd .cs .findbugs .annotations .SuppressFBWarnings (value = "EI_EXPOSE_REP2" , justification = "DTOs for JSON deserialization - low risk" )
9595package com .github .copilot .sdk .json ;
You can’t perform that action at this time.
0 commit comments