From the Multimodal Live Api docs I read:
“System instructions can only be set at the beginning of a session, immediately following the initial connection. To provide further input to the model during the session, use incremental content updates.”
Unfortunately, in the section dedicated to incremental update the example only shows a (empty??) chat. Does anyone know how to structure a message to provide incremental update for the instructions? Moreover if later on I want to replace the instruction provided how would I do so? Thanks for any help or pointers!