Any danger or concerns around exposing the conversationId?

My plugin generates an image to display the current state. I need to pass the conversation I’d to the image generation so that the correct image is created.

Currently I’m just passing the conversation I’d as a url query parameter.

Should I be hashing or obfuscating it?

My approach to Ai security is hash everything and you will be the salt of the earth.

The simple is answer it depends on what you’re doing with it.

Yeah, think I will just hash it to be safe.