Expose new post-processing as "Semi-strict"

This commit is contained in:
Cohee
2024-12-29 21:20:15 +02:00
parent c9db7a1574
commit cdb31699d4
3 changed files with 7 additions and 3 deletions

View File

@ -205,6 +205,7 @@ const custom_prompt_post_processing_types = {
/** @deprecated Use MERGE instead. */
CLAUDE: 'claude',
MERGE: 'merge',
SEMI: 'semi',
STRICT: 'strict',
};