Can you guys have instance ids for every assistant, and always return an assistant id and an instance id in assistant metadata? The context is that I moved away from passing in an assistant id when posting to /call/phone and opted to pass in an assistant object, but now I don’t have access to the assistant id when I fetch the call metadata, which is important for our dashboard. The instance id is important because we want to be able to access a snapshot of the prompt for that call, given that the base prompt is the same but the dynamic variables like patient names cause every prompt, or every assistant call instance, to be unique