MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / CompleteOptions

Struct CompleteOptions

api/client.go:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34type StreamIdleTimeoutError struct {
35 Timeout time.Duration
36}
37
38func (e StreamIdleTimeoutError) Error() string {
39 seconds := int(e.Timeout.Round(time.Second) / time.Second)
40 if seconds <= 0 {
41 return "API stream idle timeout waiting for SSE data"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected