<?php namespace Nahid\GoogleGenerativeAI\Enums; enum RunType { case CODE; case FUNCTION; case GOOGLE_SEARCH; }
info at phpclasses dot org