You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'OllamaApiClient' does not contain a definition for 'AsBuilder' and no accessible extension method 'AsBuilder' accepting a first argument of type 'OllamaApiClient' could be found (are you missing a using directive or an assembly reference?)
The call is ambiguous between the following methods or properties: 'ThreadRuns.SubmitToolOutputsToRunAsync(ThreadRun, IEnumerable<ToolOutput>, CancellationToken)' and 'ThreadRuns.SubmitToolOutputsToRunAsync(ThreadRun, IEnumerable<ToolOutput>, IEnumerable<ToolApproval>, CancellationToken)'
'OllamaApiClient' does not contain a definition for 'AsBuilder' and no accessible extension method 'AsBuilder' accepting a first argument of type 'OllamaApiClient' could be found (are you missing a using directive or an assembly reference?)
The call is ambiguous between the following methods or properties: 'ThreadRuns.SubmitToolOutputsToRunAsync(ThreadRun, IEnumerable<ToolOutput>, CancellationToken)' and 'ThreadRuns.SubmitToolOutputsToRunAsync(ThreadRun, IEnumerable<ToolOutput>, IEnumerable<ToolApproval>, CancellationToken)'
This call site is reachable on all platforms. 'SolidBrush' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
This call site is reachable on all platforms. 'SolidBrush' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
This call site is reachable on all platforms. 'FontStyle.Regular' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
This call site is reachable on all platforms. 'FontStyle.Regular' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
This call site is reachable on all platforms. 'Graphics.Clear(Color)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
This call site is reachable on all platforms. 'Graphics.FromImage(Image)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
This call site is reachable on all platforms. 'Bitmap' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
This call site is reachable on all platforms. 'ImageFormat.Jpeg' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Non-nullable field 'chat' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
'McpClientExtensions.ListToolsAsync(IMcpClient, JsonSerializerOptions?, CancellationToken)' is obsolete: 'Use McpClient.ListToolsAsync instead. This member will be removed in a subsequent release.'
Non-nullable field '_currentKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.