Skip to content

Commit 9a49c8a

Browse files
Update AudioUrl.java with correct Javadoc
1 parent 08b11cd commit 9a49c8a

File tree

1 file changed

+2
-2
lines changed
  • core/runtime/src/main/java/io/quarkiverse/langchain4j

1 file changed

+2
-2
lines changed

core/runtime/src/main/java/io/quarkiverse/langchain4j/AudioUrl.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
import java.lang.annotation.Target;
88

99
/**
10-
* This annotation is useful when an AiService is meant to describe an image as the value of the method parameter annotated
11-
* with @ImageUrl
10+
* This annotation is useful when an AiService is meant to describe an audio as the value of the method parameter annotated
11+
* with @AudioUrl
1212
* will be used as an {@link dev.langchain4j.data.message.AudioContent}.
1313
* <p>
1414
* <p>

0 commit comments

Comments
 (0)