Skip to content

Merge pull request #563 from betalgo/dev #43

Merge pull request #563 from betalgo/dev

Merge pull request #563 from betalgo/dev #43

Triggered via push May 18, 2024 16:08
Status Success
Total duration 3m 4s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, alirezanet/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@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: OpenAI.SDK/ObjectModels/RequestModels/AssistantCreateRequest.cs#L89
Nullability of reference types in type of parameter 'value' of 'void AssistantCreateRequest.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
build: OpenAI.SDK/ObjectModels/RequestModels/AssistantCreateRequest.cs#L72
Nullability of reference types in return type of 'List<string>? AssistantCreateRequest.FileIds.get' doesn't match implicitly implemented member 'List<string> IFileIds.FileIds.get' (possibly because of nullability attributes).
build: OpenAI.SDK/ObjectModels/RequestModels/AssistantCreateRequest.cs#L80
Nullability of reference types in return type of 'Dictionary<string, string>? AssistantCreateRequest.Metadata.get' doesn't match implicitly implemented member 'Dictionary<string, string> IMetaData.Metadata.get' (possibly because of nullability attributes).
build: OpenAI.SDK/ObjectModels/RequestModels/AssistantModifyRequest.cs#L48
Nullability of reference types in type of parameter 'value' of 'void AssistantModifyRequest.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
build: OpenAI.SDK/ObjectModels/RequestModels/AssistantModifyRequest.cs#L36
Nullability of reference types in return type of 'List<string>? AssistantModifyRequest.FileIds.get' doesn't match implicitly implemented member 'List<string> IFileIds.FileIds.get' (possibly because of nullability attributes).
build: OpenAI.SDK/ObjectModels/RequestModels/AssistantModifyRequest.cs#L42
Nullability of reference types in return type of 'Dictionary<string, string>? AssistantModifyRequest.Metadata.get' doesn't match implicitly implemented member 'Dictionary<string, string> IMetaData.Metadata.get' (possibly because of nullability attributes).
build: OpenAI.SDK/ObjectModels/RequestModels/AudioCreateSpeechRequest.cs#L12
Nullability of reference types in type of parameter 'value' of 'void AudioCreateSpeechRequest.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
build: OpenAI.SDK/ObjectModels/RequestModels/AudioCreateTranscriptionRequest.cs#L52
Nullability of reference types in type of parameter 'value' of 'void AudioCreateTranscriptionRequest.Model.set' doesn't match implicitly implemented member 'void IModel.Model.set' (possibly because of nullability attributes).
build: OpenAI.SDK/ObjectModels/RequestModels/AudioCreateTranscriptionRequest.cs#L37
Nullability of reference types in return type of 'byte[]? AudioCreateTranscriptionRequest.File.get' doesn't match implicitly implemented member 'byte[] IFile.File.get' (possibly because of nullability attributes).
build: OpenAI.SDK/ObjectModels/RequestModels/AudioCreateTranscriptionRequest.cs#L42
Nullability of reference types in return type of 'Stream? AudioCreateTranscriptionRequest.FileStream.get' doesn't match implicitly implemented member 'Stream IFile.FileStream.get' (possibly because of nullability attributes).
build: OpenAI.Utilities/Embedding/TextEmbeddingData.cs#L5
Non-nullable property 'FileName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: OpenAI.Utilities/Embedding/TextEmbeddingData.cs#L6
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: OpenAI.Utilities/Embedding/EmbeddingTools.cs#L15
Missing XML comment for publicly visible type or member 'IEmbeddingTools'
build: OpenAI.Utilities/Embedding/EmbeddingTools.cs#L34
Missing XML comment for publicly visible type or member 'IEmbeddingTools.CreateContext(string, DataFrame, int)'
build: OpenAI.Utilities/Embedding/EmbeddingTools.cs#L36
Missing XML comment for publicly visible type or member 'IEmbeddingTools.LoadEmbeddedDataFromCsv(string)'
build: OpenAI.Utilities/Embedding/EmbeddingTools.cs#L39
Missing XML comment for publicly visible type or member 'IEmbeddingToolsAdvanced'
build: OpenAI.Utilities/Embedding/EmbeddingTools.cs#L54
Missing XML comment for publicly visible type or member 'IEmbeddingToolsAdvanced.ClearTempCsv(string)'
build: OpenAI.Utilities/Embedding/EmbeddingTools.cs#L88
Missing XML comment for publicly visible type or member 'IEmbeddingToolsAdvanced.DistancesFromEmbeddings(List<double>, DataFrameColumn)'
build: OpenAI.Utilities/Embedding/EmbeddingTools.cs#L97
Missing XML comment for publicly visible type or member 'EmbeddingTools'
build: OpenAI.Utilities/Embedding/EmbeddingTools.cs#L103
Missing XML comment for publicly visible type or member 'EmbeddingTools.EmbeddingTools(IOpenAIService, int, string)'