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

TypeAlias OverflowKind

pkg/modelerrors/modelerrors.go:90–90  ·  view source on GitHub ↗

OverflowKind classifies the cause of a context overflow, so the runtime and UI can react differently to each shape. - [OverflowKindTokens]: the accumulated conversation exceeds the model's context window. Token-count rejection. Compaction can usually help. - [OverflowKindWire]: the request body exc

Source from the content-addressed store, hash-verified

88// conversation exceeds the provider's media constraints (size, page
89// count, dimensions).
90type OverflowKind string
91
92const (
93 OverflowKindTokens OverflowKind = "tokens"

Callers 1

TestOverflowKindOfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected