Class GetPromptRequest.Builder
java.lang.Object
com.langfuse.client.resources.prompts.requests.GetPromptRequest.Builder
- Enclosing class:
GetPromptRequest
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()from(GetPromptRequest other) Label of the prompt to be retrieved.Version of the prompt to be retrieved.
-
Method Details
-
from
-
version
Version of the prompt to be retrieved.
-
version
-
label
Label of the prompt to be retrieved. Defaults to "production" if no label or version is set.
-
label
-
build
-
additionalProperty
-
additionalProperties
-