The community member is using the Helicone library in Node.js (version 18) and has added the Helicone prompt tags and the Helicone-Prompt-Id header to their requests to track the versioning of the prompt. However, they are finding that Helicone is not capturing the Helicone-Prompt-Id on the Prompt tab. They are asking if there is anything else they should add.
In the comments, another community member suggests sharing a code snippet and following the instructions on the Helicone documentation. The original community member responds that they already have the prompt-id and it is showing in the custom properties.
Another community member then realizes the issue and apologizes. They also mention that their use case will include a lot of version tracking, even though the main part of the prompt is the same, and ask if there is a way to specify which part of the prompt to save.
The final comment is "Absolutely!", but there is no explicitly marked answer in the provided information.
I've used helicone library in Node (18) and I also have sent request with the helicone prompt tags on the request (you can see from the attached picture). To make sure it tracks the versioning of the prompt, I've also added the Helicone-Prompt-Id to the request, but seemingly Helicone doesn't capture it on the Prompt tab? Is there anything I should add?
Also just a bit of input, currently our use case will includes the history below, thus it will result in a lot of version tracked (even though the main part of the prompt is the same). So is there a way for us to specify which part of the prompt to save?