Update to use MGC #1260
Annotations
10 errors
.dotnet/src/Custom/Assistants/Internal/GeneratorStubs.Internal.cs#L145
'InternalListAssistantsResponse' does not implement interface member 'IInternalListResponse<Assistant>.Data'. 'InternalListAssistantsResponse.Data' cannot implement 'IInternalListResponse<Assistant>.Data' because it does not have the matching return type of 'IReadOnlyList<Assistant>'.
|
.dotnet/src/Custom/Assistants/Internal/GeneratorStubs.Internal.cs#L151
'InternalListThreadsResponse' does not implement interface member 'IInternalListResponse<AssistantThread>.Data'. 'InternalListThreadsResponse.Data' cannot implement 'IInternalListResponse<AssistantThread>.Data' because it does not have the matching return type of 'IReadOnlyList<AssistantThread>'.
|
.dotnet/src/Custom/Assistants/Internal/GeneratorStubs.Internal.cs#L157
'InternalListMessagesResponse' does not implement interface member 'IInternalListResponse<ThreadMessage>.Data'. 'InternalListMessagesResponse.Data' cannot implement 'IInternalListResponse<ThreadMessage>.Data' because it does not have the matching return type of 'IReadOnlyList<ThreadMessage>'.
|
.dotnet/src/Custom/Assistants/Internal/GeneratorStubs.Internal.cs#L163
'InternalListRunsResponse' does not implement interface member 'IInternalListResponse<ThreadRun>.Data'. 'InternalListRunsResponse.Data' cannot implement 'IInternalListResponse<ThreadRun>.Data' because it does not have the matching return type of 'IReadOnlyList<ThreadRun>'.
|
.dotnet/src/Custom/Assistants/Internal/GeneratorStubs.Internal.cs#L169
'InternalListRunStepsResponse' does not implement interface member 'IInternalListResponse<RunStep>.Data'. 'InternalListRunStepsResponse.Data' cannot implement 'IInternalListResponse<RunStep>.Data' because it does not have the matching return type of 'IReadOnlyList<RunStep>'.
|
.dotnet/src/Generated/OpenAIClient.cs#L75
Inconsistent accessibility: return type 'LegacyCompletionClient' is less accessible than method 'OpenAIClient.GetLegacyCompletionClientClient()'
|
.dotnet/src/Generated/OpenAIClient.cs#L100
Inconsistent accessibility: return type 'InternalAssistantMessageClient' is less accessible than method 'OpenAIClient.GetInternalAssistantMessageClientClient()'
|
.dotnet/src/Generated/OpenAIClient.cs#L120
Inconsistent accessibility: return type 'InternalAssistantThreadClient' is less accessible than method 'OpenAIClient.GetInternalAssistantThreadClientClient()'
|
.dotnet/src/Generated/OpenAIClient.cs#L125
Inconsistent accessibility: return type 'InternalAssistantRunClient' is less accessible than method 'OpenAIClient.GetInternalAssistantRunClientClient()'
|
.dotnet/src/Generated/OpenAIClient.cs#L135
Inconsistent accessibility: return type 'InternalUploadsClient' is less accessible than method 'OpenAIClient.GetInternalUploadsClientClient()'
|
This job failed
Loading