I encountered several problems and couldn’t find a good solution:
At present, we can call our own model on cursor, but occasionally the call fails and there are some errors. We don’t know how to solve this problem.
Another issue is that sometimes the model requires it to output something, but it ends without any output (and there are no errors). How should we investigate this situation.
I would like to know how to troubleshoot any other issues that may arise
hi @user1189 and its interesting to hear about your own model usage. Best is to track the model input/output when Cursor calls your custom model through API. We do not expose the processing on our side for inspection.