I am currently making a plugin which will query Pinecone(where we have indexed our internal test cases) with the user’s query, get relevant context for the code which user is currently writing. Now I want to pass this info(user’s original query + relevant context) to Cursor’s APIs to get the better response. Somehow I am not able to figure out how to make this call to cursor’s API. I am not sure if that is even possible also.
1 Like