added basic flow and prompting
This commit is contained in:
@@ -72,6 +72,12 @@ namespace finder2e_foundry_converter.Services
|
||||
}
|
||||
}
|
||||
|
||||
public async Task<string> AskAsync(string baseUrl, string model, string prompt, List<string> imagePaths)
|
||||
{
|
||||
// Reuse GenerateResponseAsync semantics for single-shot prompts
|
||||
return await GenerateResponseAsync(baseUrl, model, prompt, imagePaths);
|
||||
}
|
||||
|
||||
private class OllamaModelsResponse
|
||||
{
|
||||
[JsonPropertyName("models")]
|
||||
|
||||
Reference in New Issue
Block a user