summaryrefslogtreecommitdiffstats
path: root/vespajlib
diff options
context:
space:
mode:
authorLester Solbakken <lester.solbakken@gmail.com>2024-03-27 11:30:48 +0100
committerLester Solbakken <lester.solbakken@gmail.com>2024-03-27 11:30:48 +0100
commita62ed5118b57fa4b1bd3c2d6624c438e815f5aae (patch)
treee62e5481dbb15a5568f2590413ff51c2308a9f10 /vespajlib
parent06aa78c11ca9dbea1dac7bc86b8371883f170564 (diff)
Add beta annotation and update copyright headers
Diffstat (limited to 'vespajlib')
-rwxr-xr-xvespajlib/src/main/java/ai/vespa/llm/LanguageModelException.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/vespajlib/src/main/java/ai/vespa/llm/LanguageModelException.java b/vespajlib/src/main/java/ai/vespa/llm/LanguageModelException.java
index ad4fd9b0b53..b5dbf615c08 100755
--- a/vespajlib/src/main/java/ai/vespa/llm/LanguageModelException.java
+++ b/vespajlib/src/main/java/ai/vespa/llm/LanguageModelException.java
@@ -1,5 +1,9 @@
+// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package ai.vespa.llm;
+import com.yahoo.api.annotations.Beta;
+
+@Beta
public class LanguageModelException extends RuntimeException {
private final int code;