Add ITool + ToolRegistry + GetCurrentTimeTool
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System.Text.Json;
|
||||
|
||||
namespace backend.Tools;
|
||||
|
||||
public interface IDeviceChannel
|
||||
{
|
||||
Task<JsonElement> CallPiToolAsync(string name, JsonElement args, CancellationToken ct);
|
||||
}
|
||||
Reference in New Issue
Block a user