ChatUsageLimitPeriod represents the time window for usage limits.
| 1922 | |
| 1923 | // ChatUsageLimitPeriod represents the time window for usage limits. |
| 1924 | type ChatUsageLimitPeriod string |
| 1925 | |
| 1926 | const ( |
| 1927 | ChatUsageLimitPeriodDay ChatUsageLimitPeriod = "day" |
no outgoing calls
no test coverage detected