Skip to content

Commit

Permalink
add mdoel version to fx2nl response
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeStall committed Mar 5, 2024
1 parent 2c5e636 commit 750107a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,10 @@ public class CustomFx2NLResult
/// A natural-language sentence explaining the incoming expression.
/// </summary>
public string Explanation { get; set; }

/// <summary>
/// Identification (such as name/version) for model that produced the result.
/// </summary>
public string ModelId { get; set; }
}
}

0 comments on commit 750107a

Please sign in to comment.