zach commited on
Commit
5e28baf
·
1 Parent(s): c686efd

Adjust normalized Claude prompt for text input

Browse files
Files changed (1) hide show
  1. src/integrations/anthropic_api.py +5 -2
src/integrations/anthropic_api.py CHANGED
@@ -107,11 +107,14 @@ class AnthropicConfig:
107
  - Include appropriate speech patterns, pauses, and vocal mannerisms mentioned in the description
108
  - Feel authentic to the character's background and situational context
109
  - Express a complete thought with a clear beginning and end
110
- - Sound natural when spoken aloud (avoid words that are difficult to pronounce)
111
- - Use only standard punctuation (periods, commas, question marks, exclamation points, ellipses)
112
  - Avoid quotation marks, parentheses, asterisks, or special formatting
113
  - Be at least 100 characters but not exceed 300 characters in length
114
 
 
 
 
 
115
  Respond ONLY with the dialogue itself. Do not include any explanations, quotation marks,
116
  or additional context.
117
  """
 
107
  - Include appropriate speech patterns, pauses, and vocal mannerisms mentioned in the description
108
  - Feel authentic to the character's background and situational context
109
  - Express a complete thought with a clear beginning and end
110
+ - Use only standard punctuation (periods, commas, Em dashes, exclamation points, ellipses, question marks)
 
111
  - Avoid quotation marks, parentheses, asterisks, or special formatting
112
  - Be at least 100 characters but not exceed 300 characters in length
113
 
114
+ Examples of matching speaking style:
115
+ - If the character is a pirate then use language like "arr," "ye," and other things pirates say.
116
+ - If the character is a surfer then use language like "far out," "righteous," and other things surfers say.
117
+
118
  Respond ONLY with the dialogue itself. Do not include any explanations, quotation marks,
119
  or additional context.
120
  """