Попытки в мультипарсинг
This commit is contained in:
@@ -4,6 +4,7 @@ using OpenAI.Chat;
|
||||
using System;
|
||||
using System.ClientModel;
|
||||
using System.Threading.Tasks;
|
||||
using System.Xml.Linq;
|
||||
|
||||
public class LlmService
|
||||
{
|
||||
@@ -30,7 +31,7 @@ public class LlmService
|
||||
_builder = llmPromptBuilder;
|
||||
}
|
||||
|
||||
public async Task<String> AskQuestionAsync(string userQuestion, List<GraphNodeContext> grafContext)
|
||||
public async Task<String> AskQuestionAsync(string userQuestion, List<RetrievedContext> grafContext)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user