Fixed an issue where FunctionCalling was handled by GenerativeModel when passing IPlatformAdapter #59
Annotations
10 warnings
|
src/GenerativeAI/Platforms/GoogleAICredentials.cs#L50
Non-nullable property 'ApiKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/GenerativeAI/Platforms/GoogleAICredentials.cs#L43
Possible null reference argument for parameter 'accessToken' in 'AuthTokens.AuthTokens(string accessToken, string? refreshToken = null, DateTime? expiryTime = null)'.
|
|
src/GenerativeAI/Platforms/GoogleAIPlatformAdapter.cs#L55
Possible null reference argument for parameter 'accessToken' in 'AuthTokens.AuthTokens(string accessToken, string? refreshToken = null, DateTime? expiryTime = null)'.
|
|
src/GenerativeAI/Platforms/GoogleAIPlatformAdapter.cs#L51
Possible null reference argument for parameter 'apiKey' in 'GoogleAICredentials.GoogleAICredentials(string apiKey, string? accessToken = null, DateTime? expiry = null)'.
|
|
src/GenerativeAI/Platforms/VertexAI.cs#L95
Possible null reference argument for parameter 'corpusId' in 'void GenerativeModel.UseVertexRetrievalTool(string corpusId, RagRetrievalConfig? retrievalConfig = null)'.
|
|
src/GenerativeAI/Platforms/VertextPlatformAdapter.cs#L404
Dereference of a possibly null reference.
|
|
src/GenerativeAI/Platforms/VertextPlatformAdapter.cs#L258
Possible null reference argument for parameter 'accessToken' in 'Task<AuthTokens?> IGoogleAuthenticator.ValidateAccessTokenAsync(string accessToken, bool throwError = true, CancellationToken cancellationToken = default(CancellationToken))'.
|
|
src/GenerativeAI/Platforms/VertextPlatformAdapter.cs#L253
Possible null reference argument for parameter 'accessToken' in 'Task<AuthTokens?> BaseAuthenticator.ValidateAccessTokenAsync(string accessToken, bool throwError = true, CancellationToken cancellationToken = default(CancellationToken))'.
|
|
src/GenerativeAI/Platforms/VertextPlatformAdapter.cs#L226
Dereference of a possibly null reference.
|
|
src/GenerativeAI/Platforms/VertextPlatformAdapter.cs#L159
Possible null reference argument for parameter 'apiKey' in 'GoogleAICredentials.GoogleAICredentials(string apiKey, string? accessToken = null, DateTime? expiry = null)'.
|
The logs for this run have expired and are no longer available.
Loading