Spaces:
Running
Running
| using System.Threading.Tasks; | |
| namespace FlowAPI.Application.Interfaces | |
| { | |
| public interface IGeminiBridgeManager | |
| { | |
| Task<string> SendPromptAsync(string prompt, bool isNewChat, int timeoutSeconds = 120); | |
| } | |
| } | |