mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
fix: archive session
This commit is contained in:
@@ -58,6 +58,7 @@ export class AgentSessionBase<Mode> {
|
||||
this.keepAliveInterval = setInterval(() => {
|
||||
this.client.keepAlive(this.thinking, this.mode, this.getKeepAliveRuntime());
|
||||
}, 2000);
|
||||
|
||||
}
|
||||
|
||||
onThinkingChange = (thinking: boolean) => {
|
||||
|
||||
Reference in New Issue
Block a user