We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4523b commit 9b45bf3Copy full SHA for 9b45bf3
nodejs/src/types.ts
@@ -188,7 +188,7 @@ export interface CopilotClientOptions {
188
* Sessions without activity for this duration are automatically cleaned up.
189
* Set to 0 or omit to disable (sessions live indefinitely).
190
* Minimum value: 300 (5 minutes).
191
- * @default 0 (disabled)
+ * @default undefined (disabled)
192
*/
193
sessionIdleTimeoutSeconds?: number;
194
}
0 commit comments