added basic flow and prompting
This commit is contained in:
@@ -8,5 +8,7 @@ namespace finder2e_foundry_converter.Services
|
||||
{
|
||||
Task<List<string>> GetModelsAsync(string baseUrl);
|
||||
Task<string> GenerateResponseAsync(string baseUrl, string model, string text, List<string> imagePaths);
|
||||
// Ask a single prompt and return assistant's textual response (no streaming)
|
||||
Task<string> AskAsync(string baseUrl, string model, string prompt, List<string> imagePaths);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user