[Missing <summary> documentation for "T:GenerativeAI.Web.ServiceCollectionExtension"]
public static class ServiceCollectionExtension| AddGenerativeAI(IServiceCollection) | Adds the Google Generative AI features to the IServiceCollection. |
| AddGenerativeAI(IServiceCollection, GenerativeAIOptions) | Adds the Google Generative AI features to the IServiceCollection using the specified options. |
| AddGenerativeAI(IServiceCollection, IConfiguration) | Adds Google Generative AI features to the IServiceCollection. |
| AddGenerativeAI(IServiceCollection, ActionGenerativeAIOptions) | Adds the Google Generative AI features to the IServiceCollection. |
| AddGenerativeAI(IServiceCollection, String) | Adds the Google Generative AI features to the IServiceCollection. |
| ConfigureGenerativeAI | |
| WithGoogleAdcAuthentication | Configures the Google ADC (Application Default Credentials) authentication for Generative AI services. |
| WithGoogleOAuthAuthentication | Configures the IServiceCollection to use Google OAuth authentication for Generative AI services. |
| WithGoogleServiceAuthentication(IServiceCollection, String) | Configures Google Service Account authentication for Generative AI features in the IServiceCollection. |
| WithGoogleServiceAuthentication(IServiceCollection, String, String, String) | Configures Google Service Account authentication for the Generative AI services. |