mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
@@ -259,7 +259,7 @@ public class AgentTests
|
||||
cancellationToken);
|
||||
}
|
||||
|
||||
public override AgentThread CreateThreadAsync()
|
||||
public override Task<AgentThread> CreateThreadAsync()
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user