Skip to content

Commit 4631304

Browse files
[FIX] Added missing constant (#1683)
added missing constant
1 parent 0e834f5 commit 4631304

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/prompt_studio/prompt_studio_registry_v2/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ class JsonSchemaKey:
104104
# Webhook postprocessing settings
105105
ENABLE_POSTPROCESSING_WEBHOOK = "enable_postprocessing_webhook"
106106
POSTPROCESSING_WEBHOOK_URL = "postprocessing_webhook_url"
107+
WORD_CONFIDENCE_POSTAMBLE = "word_confidence_postamble"
107108

108109

109110
class SpecKey:

0 commit comments

Comments
 (0)