Fix typos in docstrings of evaluation_generator.py and event.py (#101) (#121)

* Fix typos in docstrings of evaluation_generator.py and event.py (#101)

Corrected 'resposnes' to 'responses', 'uncertainity' to 'uncertainty', 'conversaction' to 'conversation', and 'exeuction' to 'execution' in relevant docstrings for clarity.

* Fix typos in docstrings and comments across multiple files

Corrected 'detla' to 'delta', 'buil-in' to 'built-in', 'walkaround' to 'workaround', and 'conversaction' to 'conversation' for clarity in relevant files. Updated comments for consistency.

---------

Co-authored-by: Hangfei Lin <hangfei@google.com>
This commit is contained in:
fangyh20
2025-04-12 09:55:22 -07:00
committed by GitHub
parent d810ff7b28
commit 089c1e6428
9 changed files with 21 additions and 21 deletions

View File

@@ -108,7 +108,7 @@ class Runner:
"""Runs the agent.
NOTE: This sync interface is only for local testing and convenience purpose.
Consider to use `run_async` for production usage.
Consider using `run_async` for production usage.
Args:
user_id: The user ID of the session.