Streaming Client Result investigation - assistants #126
Annotations
9 errors and 12 warnings
build:
.dotnet/src/Custom/Chat/StreamingChatResult.cs#L65
The type or namespace name 'SseLine' could not be found (are you missing a using directive or an assembly reference?)
|
build:
.dotnet/src/Custom/Chat/StreamingChatResult.cs#L65
'SseReader' does not contain a definition for 'TryReadSingleFieldEventAsync' and no accessible extension method 'TryReadSingleFieldEventAsync' accepting a first argument of type 'SseReader' could be found (are you missing a using directive or an assembly reference?)
|
build:
.dotnet/src/Custom/Chat/StreamingChatResult.cs#L87
There is no argument given that corresponds to the required parameter 'sseDataJson' of 'StreamingChatUpdate.DeserializeSseChatUpdates(ReadOnlyMemory<char>, JsonElement)'
|
build:
.dotnet/src/Custom/Assistants/AssistantClient.cs#L680
'StreamingClientResult<StreamingUpdate>' does not contain a definition for 'CreateFromResponse'
|
build:
.dotnet/src/Custom/Chat/StreamingChatResult.cs#L65
The type or namespace name 'SseLine' could not be found (are you missing a using directive or an assembly reference?)
|
build:
.dotnet/src/Custom/Chat/StreamingChatResult.cs#L65
'SseReader' does not contain a definition for 'TryReadSingleFieldEventAsync' and no accessible extension method 'TryReadSingleFieldEventAsync' accepting a first argument of type 'SseReader' could be found (are you missing a using directive or an assembly reference?)
|
build:
.dotnet/src/Custom/Chat/StreamingChatResult.cs#L87
There is no argument given that corresponds to the required parameter 'sseDataJson' of 'StreamingChatUpdate.DeserializeSseChatUpdates(ReadOnlyMemory<char>, JsonElement)'
|
build:
.dotnet/src/Custom/Assistants/AssistantClient.cs#L680
'StreamingClientResult<StreamingUpdate>' does not contain a definition for 'CreateFromResponse'
|
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1, actions/checkout@v2. 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/setup-dotnet@v1, actions/checkout@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/Custom/OpenAIClientOptions.cs#L3
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/Images/GeneratedImageSize.cs#L6
'GeneratedImageSize' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
build:
.dotnet/src/Custom/Images/GeneratedImageSize.cs#L6
'GeneratedImageSize' defines operator == or operator != but does not override Object.GetHashCode()
|
build:
.dotnet/src/Custom/Chat/ChatCompletionOptions.cs#L85
'ChatCompletionFunctions' is obsolete: 'deprecated'
|
build:
.dotnet/src/Generated/Models/CreateChatCompletionRequest.cs#L510
'ChatCompletionFunctions' is obsolete: 'deprecated'
|
build:
.dotnet/src/Generated/Models/CreateChatCompletionRequest.cs#L189
'ChatCompletionFunctions' is obsolete: 'deprecated'
|
build:
.dotnet/src/Custom/Chat/ChatClient.cs#L255
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
.dotnet/src/Custom/Files/FileClient.cs#L176
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
.dotnet/src/Generated/Threads.cs#L98
The variable 'e' is declared but never used
|