Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion backend/services/debatevsbot.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ Your responses must reflect this persona consistently, as if you are the charact
limitInstruction = fmt.Sprintf("Limit your response to %d words.", maxWords)
}


// Base instruction for all responses
baseInstruction := "Provide only your own argument without simulating an opponent’s dialogue. " +
"If the user’s input is unclear, off-topic, or empty, respond with a personality-appropriate clarification request, e.g., for Yoda: 'Clouded, your point is, young one. Clarify, you must.'"
Expand All @@ -186,7 +187,7 @@ Your stance is: %s.
%s
%s
%s
Provide an opening statement that embodies your persona and stance.
Provide an opening statement that embodies your persona and stance in bullet points.
[Your opening argument]
%s %s`,
bot.Name, bot.Level, stance, topic,
Expand Down
Loading