Class BasePrompt
java.lang.Object
com.langfuse.client.resources.prompts.types.BasePrompt
- All Implemented Interfaces:
IBasePrompt
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classstatic interfacestatic interfacestatic interface -
Method Summary
-
Method Details
-
getName
- Specified by:
getNamein interfaceIBasePrompt
-
getVersion
public int getVersion()- Specified by:
getVersionin interfaceIBasePrompt
-
getConfig
- Specified by:
getConfigin interfaceIBasePrompt
-
getLabels
- Specified by:
getLabelsin interfaceIBasePrompt- Returns:
- List of deployment labels of this prompt version.
-
getTags
- Specified by:
getTagsin interfaceIBasePrompt- Returns:
- List of tags. Used to filter via UI and API. The same across versions of a prompt.
-
getCommitMessage
- Specified by:
getCommitMessagein interfaceIBasePrompt- Returns:
- Commit message for this prompt version.
-
getResolutionGraph
- Specified by:
getResolutionGraphin interfaceIBasePrompt- Returns:
- The dependency resolution graph for the current prompt. Null if prompt has no dependencies.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-