fix: sync latest telesrv fixes
This commit is contained in:
parent
b7269b135f
commit
b1f74185f0
11 changed files with 203 additions and 72 deletions
|
|
@ -33,7 +33,7 @@ func localTransform(text string, req domain.AIComposeRequest, tone domain.AIComp
|
|||
return ensureSentencePunctuation(text)
|
||||
case "friendly":
|
||||
return ensureSentencePunctuation(text)
|
||||
case "concise":
|
||||
case "short", "concise":
|
||||
return trimVerboseLead(text)
|
||||
default:
|
||||
return ensureSentencePunctuation(text)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue