Files
AX-Copilot-Codex/.decompiledproj/AxCopilot/Core/FuzzyResult.cs

6 lines
110 B
C#

using AxCopilot.Services;
namespace AxCopilot.Core;
public record FuzzyResult(IndexEntry Entry, int Score);