Fixed some warnings
This commit is contained in:
@@ -19,9 +19,8 @@ public static class ServiceCollectionExtensions
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Registers the <see cref="MistralProvider"/> and maps <see cref="Provider"/> to it as a singleton.
|
||||
/// Registers the <see cref="MistralProvider"/> and maps <see cref="IProvider"/> to it as a singleton.
|
||||
/// </summary>
|
||||
/// <param name="services">The service collection.</param>
|
||||
/// <returns>The updated service collection.</returns>
|
||||
private IServiceCollection AddMistralProvider()
|
||||
{
|
||||
@@ -42,7 +41,7 @@ public static class ServiceCollectionExtensions
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Registers the <see cref="OllamaProvider"/> and maps <see cref="Provider"/> to it as a singleton.
|
||||
/// Registers the <see cref="OllamaProvider"/> and maps <see cref="IProvider"/> to it as a singleton.
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
private IServiceCollection AddOllamaProvider()
|
||||
|
||||
Reference in New Issue
Block a user