mirror of
https://github.com/langchain-ai/docs.git
synced 2026-08-27 02:41:59 -04:00
5 lines
124 B
Plaintext
5 lines
124 B
Plaintext
```java Java
|
|
String commitHash = "12344e88";
|
|
Prompt promptAtCommit = promptClient.pull("joke-generator:" + commitHash);
|
|
```
|