>From Michael Blow <[email protected]>: Michael Blow has submitted this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21687?usp=email )
Change subject: [NO ISSUE][MISC] AiProvenance: add Fable 5.1 agent ...................................................................... [NO ISSUE][MISC] AiProvenance: add Fable 5.1 agent Add a CLAUDE_FABLE_5_1 agent so that work done by that model is attributed exactly, rather than to the Claude Fable 5 family constant. First used by the downstream MB-73681 fix, which is staged with this change. Co-Authored-By: Claude Fable 5.1 <[email protected]> Change-Id: Icd4962a84c4385c833b037460aefe2b7772d8248 Ext-ref: MB-73681 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21687 Tested-by: Michael Blow <[email protected]> Reviewed-by: Hussain Towaileb <[email protected]> --- M hyracks-fullstack/hyracks/hyracks-util/src/main/java/org/apache/hyracks/util/annotations/AiProvenance.java 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Michael Blow: Verified Hussain Towaileb: Looks good to me, approved diff --git a/hyracks-fullstack/hyracks/hyracks-util/src/main/java/org/apache/hyracks/util/annotations/AiProvenance.java b/hyracks-fullstack/hyracks/hyracks-util/src/main/java/org/apache/hyracks/util/annotations/AiProvenance.java index ab94ab7..2f28ef0 100644 --- a/hyracks-fullstack/hyracks/hyracks-util/src/main/java/org/apache/hyracks/util/annotations/AiProvenance.java +++ b/hyracks-fullstack/hyracks/hyracks-util/src/main/java/org/apache/hyracks/util/annotations/AiProvenance.java @@ -205,6 +205,7 @@ // ========================= // Anthropic — Claude Fable // ========================= + CLAUDE_FABLE_5_1(ANTHROPIC, "claude-fable-5-1", "Claude Fable 5.1"), CLAUDE_FABLE_5(ANTHROPIC, "claude-fable-5", "Claude Fable 5"), // ========================= -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21687?usp=email To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: asterixdb Gerrit-Branch: trinity Gerrit-Change-Id: Icd4962a84c4385c833b037460aefe2b7772d8248 Gerrit-Change-Number: 21687 Gerrit-PatchSet: 2 Gerrit-Owner: Michael Blow <[email protected]> Gerrit-Reviewer: Hussain Towaileb <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-CC: Anon. E. Moose #1000171
