Files
AX-Copilot-Codex/.decompiledproj/AxCopilot/Services/ModelRouteResult.cs

4 lines
155 B
C#

namespace AxCopilot.Services;
public record ModelRouteResult(string Service, string Model, string DisplayName, string DetectedIntent, double Confidence);