since using these handlers involves making calls to vertex ai, it would be helpful for billing purposes if passing through labels was supported. since the handlers are creating a GenerativeModel class, it seems that this would only involve adding an argument to the init function of the handlers, and passing the label dictionary along when that class is instantiated.
since using these handlers involves making calls to vertex ai, it would be helpful for billing purposes if passing through labels was supported. since the handlers are creating a
GenerativeModelclass, it seems that this would only involve adding an argument to the init function of the handlers, and passing the label dictionary along when that class is instantiated.