Return SCM collection abstractions from Assistant streaming convenience methods #104
Annotations
13 warnings
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "build-artifacts".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1, actions/checkout@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/checkout@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build:
.dotnet/src/Utility/StreamingResult.cs#L2
The using directive for 'System.ClientModel' appeared previously in this namespace
|
Build:
.dotnet/src/Polyfill/System.Diagnostics.CodeAnalysis.ExperimentalAttribute.cs#L55
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
.dotnet/src/Custom/Assistants/Internal/GeneratorStubs.Internal.cs#L39
'MessageDeltaContentImageFileObject.Type' hides inherited member 'MessageDeltaContent.Type'. Use the new keyword if hiding was intended.
|
Build:
.dotnet/src/Custom/Assistants/Internal/GeneratorStubs.Internal.cs#L42
'MessageDeltaContentImageUrlObject.Type' hides inherited member 'MessageDeltaContent.Type'. Use the new keyword if hiding was intended.
|
Build:
.dotnet/src/Generated/Models/CreateChatCompletionRequest.cs#L420
'ChatCompletionFunctions' is obsolete: 'This field is marked as deprecated.'
|
Build:
.dotnet/src/Generated/Models/CreateChatCompletionRequest.cs#L131
'ChatCompletionFunctions' is obsolete: 'This field is marked as deprecated.'
|
Build:
.dotnet/src/Generated/OpenAIModelFactory.cs#L153
'ChatCompletionRequestFunctionMessage' is obsolete: 'This field is marked as deprecated.'
|
Build:
.dotnet/src/Generated/OpenAIModelFactory.cs#L181
'ChatCompletionFunctions' is obsolete: 'This field is marked as deprecated.'
|
Build:
.dotnet/src/Custom/Chat/ChatCompletionOptions.cs#L83
'ChatCompletionFunctions' is obsolete: 'This field is marked as deprecated.'
|
Build:
.dotnet/src/Custom/Audio/TranscribedSegment.cs#L6
There is no defined ordering between fields in multiple declarations of partial struct 'TranscribedSegment'. To specify an ordering, all instance fields must be in the same declaration.
|
Loading