feat: 사용자 키 상세에 일일 토큰 한도 노출 (v0.71.0) - #118
Merged
Merged
Conversation
The user-facing detail carried the three per-minute limits and not the daily token limit, the one limit the applicant actually chose. The usage-response descriptions that reach the published spec also drop design rationale, markdown emphasis and the vendor name.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 작업내용
LlmKeyDetailResponse에dailyTokens추가 (null은 일일 한도 없음, 0은 자체 서빙 사용 불가)budget에만 있던 상태rpm,tpm,concurrency는 응답에 유지 (제거는 파괴적 변경, 콘솔이 그리지 않을 뿐)@Schema설명 정리: 설계 근거와 강조 마크다운, 벤더 이름 제거 (OpenRouter는 공급자로,limit window는 한도 창으로)⭐️ 검증
LlmKeyQueryTest에dailyTokens직렬화 단언 추가, 5개 통과ContractDriftTest로contract/openapi.yaml재생성, diff는 필드 하나와 설명 아홉과 버전뿐mvn verify1343개 중MfaCodeLockoutTest하나가 동시 부하 아래 시간 창 단언에서 실패, 단독 재실행 7개 통과 (이 변경과 무관한 시간 창 시험)💬 리뷰 포인트