diff --git a/sweepai/chat/api.py b/sweepai/chat/api.py index 801450d818..f3cee74929 100644 --- a/sweepai/chat/api.py +++ b/sweepai/chat/api.py @@ -101,7 +101,6 @@ def search_codebase_endpoint( Notice that the `query` parameter is a single, extremely detailed, specific natural language search question. Here are other examples of good questions to ask: - How are GraphQL mutations constructed for updating a user's profile information, and what specific fields are being updated? How do the current React components render the product carousel on the homepage, and what library is being used for the carousel functionality? How do we currently implement the endpoint handler for processing incoming webhook events from Stripe in the backend API, and how are the events being validated and parsed?