Public Access
This commit is contained in:
@@ -166,7 +166,7 @@ public sealed class WorkflowRulesEditorTools
|
||||
return $"Log file was not found: {logFile ?? MeetingAssistantLogFiles.CurrentLogFileName}";
|
||||
}
|
||||
|
||||
var content = await File.ReadAllTextAsync(path);
|
||||
var content = await AgentFileToolContent.ReadAllTextSharedAsync(path);
|
||||
if (from.HasValue || to.HasValue)
|
||||
{
|
||||
return AgentFileToolContent.ReadLines(content, from, to);
|
||||
|
||||
Reference in New Issue
Block a user