Skip to content

Commit 93c719e

Browse files
committed
docs: fix typo in per-turn user simulator quality prompt
Correct 'exsisting' to 'existing' in the Conversation History section of the with-persona evaluator prompt template. The sibling non-persona template already uses the correct spelling. This text is sent to the model at evaluation time.
1 parent e6df097 commit 93c719e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/google/adk/evaluation/simulation/per_turn_user_simulator_quality_prompts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
147147
# Definition of Conversation History
148148
The Conversation History is the actual dialogue between the User Simulator and the Agent.
149-
The Conversation History may not be complete, but the exsisting dialogue should adhere to the Conversation Plan.
149+
The Conversation History may not be complete, but the existing dialogue should adhere to the Conversation Plan.
150150
The Conversation History may contain instances where the User Simulator troubleshoots an incorrect/inappropriate response from the Agent in order to enforce the Conversation Plan.
151151
The Conversation History is finished only when the User Simulator outputs `{{ stop_signal }}` in its response. If this token is missing, the conversation between the User Simulator and the Agent has not finished, and more turns can be generated.
152152

0 commit comments

Comments
 (0)