Merge pull request #43 from AndreaPic/AndreaPic-patch-1 #130
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/variable-substitution@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
DevExtremeAI/OpenAIClient/OpenAIAPIClient.Embeddings.cs#L6
The using directive for 'DevExtremeAI.OpenAIDTO' appeared previously in this namespace
|
build:
DevExtremeAI/OpenAIDTO/ChatDTO.cs#L50
'ChatCompletionRequestMessage' is obsolete: 'use descendant of ChatCompletionRoleRequestMessage or ChatCompletionRoleStringContentMessage'
|
build:
DevExtremeAI/OpenAIDTO/ChatDTO.cs#L444
'ChatCompletionRoleStringContentMessage.Role' hides inherited member 'ChatCompletionRoleRequestMessage.Role'. Use the new keyword if hiding was intended.
|
build:
DevExtremeAI/Settings/AIEnvironment.cs#L56
Nullability of reference types in return type of 'string? BaseAIEnvironment.GetOrganization()' doesn't match implicitly implemented member 'string IAIEnvironment.GetOrganization()' (possibly because of nullability attributes).
|
build:
DevExtremeAI/Settings/AIEnvironment.cs#L63
Nullability of reference types in return type of 'string? BaseAIEnvironment.GetApiKey()' doesn't match implicitly implemented member 'string IAIEnvironment.GetApiKey()' (possibly because of nullability attributes).
|
build:
DevExtremeAI/Utils/MessageJsonConverter.cs#L40
'ChatCompletionFunctionMessage' is obsolete: 'use tools instead'
|
build:
DevExtremeAI/OpenAIClient/OpenAIAPIClient.Audio.cs#L65
Possible null reference argument for parameter 'content' in 'StringContent.StringContent(string content)'.
|
build:
DevExtremeAI/Utils/MessageJsonConverter.cs#L195
'ChatCompletionFunctionMessage' is obsolete: 'use tools instead'
|
build:
DevExtremeAI/OpenAIClient/OpenAIAPIClient.Audio.cs#L143
Possible null reference argument for parameter 'content' in 'StringContent.StringContent(string content)'.
|
build:
DevExtremeAI/Utils/JsonStringEnumConverterEx.cs#L46
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, TEnum>.TryGetValue(string key, out TEnum value)'.
|