Adding nuget.config + Small Async fix (#62)

* Async fix

* Fix warnings
This commit is contained in:
Roger Barreto
2025-06-09 11:33:27 +00:00
committed by GitHub
parent af2295f130
commit 2a1c8ea1a3
3 changed files with 9 additions and 2 deletions
@@ -259,7 +259,7 @@ public class AgentTests
cancellationToken);
}
public override AgentThread CreateThreadAsync()
public override Task<AgentThread> CreateThreadAsync()
{
throw new System.NotImplementedException();
}