MCPcopy Index your code
hub / github.com/docker/docker-agent / Error

Method Error

pkg/modelerrors/modelerrors.go:126–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124}
125
126func (e *ContextOverflowError) Error() string {
127 if e.Underlying == nil {
128 return "context window overflow"
129 }
130 return "context window overflow: " + e.Underlying.Error()
131}
132
133func (e *ContextOverflowError) Unwrap() error {
134 return e.Underlying

Callers 1

TestContextOverflowErrorFunction · 0.95

Calls 1

ErrorMethod · 0.45

Tested by 1

TestContextOverflowErrorFunction · 0.76