Interface ChatPrompt._FinalStage
- All Known Implementing Classes:
ChatPrompt.Builder
- Enclosing class:
ChatPrompt
public static interface ChatPrompt._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionaddAllLabels(List<String> labels) addAllPrompt(List<ChatMessageWithPlaceholders> prompt) addAllTags(List<String> tags) additionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) addPrompt(ChatMessageWithPlaceholders prompt) build()commitMessage(String commitMessage) commitMessage(Optional<String> commitMessage) Commit message for this prompt version.List of deployment labels of this prompt version.prompt(List<ChatMessageWithPlaceholders> prompt) resolutionGraph(Map<String, Object> resolutionGraph) resolutionGraph(Optional<Map<String, Object>> resolutionGraph) The dependency resolution graph for the current prompt.List of tags.
-
Method Details
-
build
ChatPrompt build() -
additionalProperty
-
additionalProperties
-
labels
List of deployment labels of this prompt version.
-
addLabels
-
addAllLabels
-
tags
List of tags. Used to filter via UI and API. The same across versions of a prompt.
-
addTags
-
addAllTags
-
commitMessage
Commit message for this prompt version.
-
commitMessage
-
resolutionGraph
The dependency resolution graph for the current prompt. Null if prompt has no dependencies.
-
resolutionGraph
-
prompt
-
addPrompt
-
addAllPrompt
-