MCPcopy Create free account
hub / github.com/cli/cli / AgentName

TypeAlias AgentName

internal/agents/detect.go:10–10  ·  view source on GitHub ↗

AgentName is a validated agent identifier safe for use in HTTP headers.

Source from the content-addressed store, hash-verified

8
9// AgentName is a validated agent identifier safe for use in HTTP headers.
10type AgentName string
11
12const (
13 agentAmp AgentName = "amp"

Callers 1

parseAgentNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected