We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f570c0 commit e447f7dCopy full SHA for e447f7d
cookbook/copilot-sdk/java/recipe/PersistingSessions.java
@@ -25,10 +25,10 @@ public static void main(String[] args) throws Exception {
25
.setPrompt("Let's discuss TypeScript generics")).get();
26
27
System.out.println("\nSession ID: " + session.getSessionId());
28
- System.out.println("Session closed — data persisted to disk.");
29
30
// Close session but keep data on disk for later resumption
31
session.close();
+ System.out.println("Session closed — data persisted to disk.");
32
}
33
34
0 commit comments