We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff6a56 commit 6cd38e4Copy full SHA for 6cd38e4
README.md
@@ -46,6 +46,7 @@ Make requests using the clients:
46
47
```java
48
import com.langfuse.client.core.LangfuseClientApiException;
49
+import com.langfuse.client.resources.prompts.types.PromptMetaListResponse;
50
51
try {
52
PromptMetaListResponse prompts = client.prompts().list();
0 commit comments