fix: typos (#5376)

Signed-off-by: omahs <73983677+omahs@users.noreply.github.com>
This commit is contained in:
omahs 2025-05-16 12:45:48 +02:00 committed by GitHub
parent 525cf198be
commit 0f365ac204
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 15 additions and 15 deletions

View file

@ -255,7 +255,7 @@ func (e *Evaluator) TemplateMessages(messages []schema.Message, config *config.B
marshalAny(i.ToolCalls)
}
}
// Special Handling: System. We care if it was printed at all, not the r branch, so check seperately
// Special Handling: System. We care if it was printed at all, not the r branch, so check separately
if contentExists && role == "system" {
suppressConfigSystemPrompt = true
}