We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff5b35 commit 39f78f9Copy full SHA for 39f78f9
examples/agent/websocket/context-history/main.go
@@ -31,9 +31,7 @@ import (
31
// - Handlers that don't implement HistoryMessageChan continue to work unchanged
32
// - This avoids breaking changes that would require a major version bump
33
// - Follows Go stdlib patterns like http.ResponseWriter + http.Hijacker
34
-//
35
-// This example shows how new handlers can opt-in to History functionality
36
-// while maintaining backwards compatibility with existing implementations.
+
37
type HistoryHandler struct {
38
binaryChan chan *[]byte
39
openChan chan *msginterfaces.OpenResponse
0 commit comments