feat: add GET /api/chats/[id]/segment endpoint#375
feat: add GET /api/chats/[id]/segment endpoint#375arpitgupta1214 wants to merge 5 commits intotestfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 15 minutes and 33 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (4)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
GET /api/chats/[id]/segmentendpoint for chat-to-segment lookupresolveAccessibleRoomutility for id validation, auth, and access checkslib/supabase/segment_roomsroom_id,segment_id,segment_existsValidation
pnpm test lib/chats/__tests__/resolveAccessibleRoom.test.ts lib/chats/__tests__/getChatSegmentHandler.test.tspnpm exec eslint "app/api/chats/[id]/segment/route.ts" lib/chats/getChatSegmentHandler.ts lib/chats/resolveAccessibleRoom.ts lib/chats/__tests__/resolveAccessibleRoom.test.ts lib/chats/__tests__/getChatSegmentHandler.test.ts lib/supabase/segment_rooms/selectSegmentRoomByRoomId.ts