mirror of
				https://github.com/MindWorkAI/AI-Studio.git
				synced 2025-10-29 05:40:21 +00:00 
			
		
		
		
	
		
			
	
	
		
			7 lines
		
	
	
		
			225 B
		
	
	
	
		
			C#
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			225 B
		
	
	
	
		
			C#
		
	
	
	
	
	
|  | namespace AIStudio.Provider.Google; | ||
|  | 
 | ||
|  | /// <summary> | ||
|  | /// A data model for the response from the model endpoint. | ||
|  | /// </summary> | ||
|  | /// <param name="Models"></param> | ||
|  | public readonly record struct ModelsResponse(IList<Model> Models); |