6 lines
110 B
C#
6 lines
110 B
C#
using AxCopilot.Services;
|
|
|
|
namespace AxCopilot.Core;
|
|
|
|
public record FuzzyResult(IndexEntry Entry, int Score);
|