We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08b11cd + 9a49c8a commit 5a7b7d5Copy full SHA for 5a7b7d5
core/runtime/src/main/java/io/quarkiverse/langchain4j/AudioUrl.java
@@ -7,8 +7,8 @@
7
import java.lang.annotation.Target;
8
9
/**
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
+ * This annotation is useful when an AiService is meant to describe an audio as the value of the method parameter annotated
+ * with @AudioUrl
12
* will be used as an {@link dev.langchain4j.data.message.AudioContent}.
13
* <p>
14
0 commit comments