Skip to content

Commit 1193731

Browse files
Deploy documentation: snapshot
1 parent e869a3a commit 1193731

677 files changed

Lines changed: 3733 additions & 18595 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

snapshot/advanced.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
<a href="project-reports.html">Project Reports</a>
8787
<ul class="dropdown-menu">
8888
<li><a href="apidocs/index.html">Javadoc</a></li>
89-
<li><a href="jacoco/index.html">JaCoCo</a></li>
9089
<li><a href="surefire.html">Surefire</a></li>
9190
<li><a href="spotbugs.html">SpotBugs</a></li>
9291
<li><a href="taglist.html">Tag List</a></li>

snapshot/apidocs/allclasses-index.html

Lines changed: 39 additions & 39 deletions
Large diffs are not rendered by default.

snapshot/apidocs/allpackages-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Feb 10 18:48:55 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Tue Feb 10 18:57:58 UTC 2026 -->
55
<title>All Packages (GitHub Copilot Community SDK :: Java 1.0.9-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

snapshot/apidocs/com/github/copilot/sdk/ConnectionState.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Feb 10 18:48:55 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Tue Feb 10 18:57:58 UTC 2026 -->
55
<title>ConnectionState (GitHub Copilot Community SDK :: Java 1.0.9-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

snapshot/apidocs/com/github/copilot/sdk/CopilotClient.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Feb 10 18:48:55 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Tue Feb 10 18:57:58 UTC 2026 -->
55
<title>CopilotClient (GitHub Copilot Community SDK :: Java 1.0.9-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -98,7 +98,7 @@ <h1 title="Class CopilotClient" class="title">Class CopilotClient</h1>
9898
var session = client.createSession(new SessionConfig().setModel("gpt-5")).get();
9999

100100
session.on(AssistantMessageEvent.class, msg -&gt; {
101-
System.out.println(msg.getData().getContent());
101+
System.out.println(msg.getData().content());
102102
});
103103

104104
session.send(new MessageOptions().setPrompt("Hello!")).get();

snapshot/apidocs/com/github/copilot/sdk/CopilotSession.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Feb 10 18:48:55 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Tue Feb 10 18:57:58 UTC 2026 -->
55
<title>CopilotSession (GitHub Copilot Community SDK :: Java 1.0.9-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -97,7 +97,7 @@ <h2>Example Usage</h2>
9797

9898
// Register type-safe event handlers
9999
session.on(AssistantMessageEvent.class, msg -&gt; {
100-
System.out.println(msg.getData().getContent());
100+
System.out.println(msg.getData().content());
101101
});
102102
session.on(SessionIdleEvent.class, idle -&gt; {
103103
System.out.println("Session is idle");
@@ -543,7 +543,7 @@ <h3>on</h3>
543543
<pre><code>
544544
// Handle assistant messages
545545
session.on(AssistantMessageEvent.class, msg -&gt; {
546-
System.out.println(msg.getData().getContent());
546+
System.out.println(msg.getData().content());
547547
});
548548

549549
// Handle session idle

snapshot/apidocs/com/github/copilot/sdk/EventErrorHandler.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Feb 10 18:48:55 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Tue Feb 10 18:57:58 UTC 2026 -->
55
<title>EventErrorHandler (GitHub Copilot Community SDK :: Java 1.0.9-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

snapshot/apidocs/com/github/copilot/sdk/EventErrorPolicy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Feb 10 18:48:55 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Tue Feb 10 18:57:58 UTC 2026 -->
55
<title>EventErrorPolicy (GitHub Copilot Community SDK :: Java 1.0.9-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

snapshot/apidocs/com/github/copilot/sdk/SdkProtocolVersion.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Feb 10 18:48:55 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Tue Feb 10 18:57:58 UTC 2026 -->
55
<title>SdkProtocolVersion (GitHub Copilot Community SDK :: Java 1.0.9-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

snapshot/apidocs/com/github/copilot/sdk/SystemMessageMode.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Tue Feb 10 18:48:55 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Tue Feb 10 18:57:58 UTC 2026 -->
55
<title>SystemMessageMode (GitHub Copilot Community SDK :: Java 1.0.9-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

0 commit comments

Comments
 (0)