MCPcopy Create free account
hub / github.com/PaperDebugger/paperdebugger / StreamHandlerV1

Struct StreamHandlerV1

internal/services/toolkit/handler/stream.go:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22var _ StreamHandler = (*StreamHandlerV1)(nil)
23
24type StreamHandlerV1 struct {
25 callbackStream chatv1.ChatService_CreateConversationMessageStreamServer
26 conversationId string
27 modelSlug string
28}
29
30func NewStreamHandlerV1(
31 callbackStream chatv1.ChatService_CreateConversationMessageStreamServer,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected