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

Method Unwrap

pkg/modelerrors/modelerrors.go:133–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131}
132
133func (e *ContextOverflowError) Unwrap() error {
134 return e.Underlying
135}
136
137// tokenOverflowPatterns matches token-count rejections from various providers.
138// Best-effort substring match (case-insensitive) against the error message.

Callers 1

TestContextOverflowErrorFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestContextOverflowErrorFunction · 0.76