- Improve the jsonToStruct method in VertexAiGeminiChatModel to handle JSON arrays in addition to JSON objects. When a JSON array is detected, it's now properly converted to a Protobuf Struct with an items field containing the array elements. - Added test Resolves #2647 , #2849 Signed-off-by: Christian Tzolov <christian.tzolov@broadcom.com>