MCPcopy Index your code
hub / github.com/coder/coder / ChatUsageLimitPeriod

TypeAlias ChatUsageLimitPeriod

codersdk/chats.go:1924–1924  ·  view source on GitHub ↗

ChatUsageLimitPeriod represents the time window for usage limits.

Source from the content-addressed store, hash-verified

1922
1923// ChatUsageLimitPeriod represents the time window for usage limits.
1924type ChatUsageLimitPeriod string
1925
1926const (
1927 ChatUsageLimitPeriodDay ChatUsageLimitPeriod = "day"

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected