From b9648264e3306ceaefc61c62db421fda4a198f3b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 30 Apr 2026 12:52:06 +0000 Subject: [PATCH] fix: alias System.IO.File to resolve ambiguous reference with xAI.Protocol.File Agent-Logs-Url: https://github.com/devlooped/xAI/sessions/472610a8-d804-4041-92f5-e9a45a68b281 Co-authored-by: kzu <169707+kzu@users.noreply.github.com> --- src/xAI.Tests/ChatClientTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xAI.Tests/ChatClientTests.cs b/src/xAI.Tests/ChatClientTests.cs index 7feb5d7..ea541d2 100644 --- a/src/xAI.Tests/ChatClientTests.cs +++ b/src/xAI.Tests/ChatClientTests.cs @@ -8,6 +8,7 @@ using xAI.Protocol; using static ConfigurationExtensions; using Chat = Devlooped.Extensions.AI.Chat; +using File = System.IO.File; namespace xAI.Tests;