mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-24 14:17:45 -06:00
* 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:
@@ -49,7 +49,7 @@ class State:
|
||||
return key in self._value or key in self._delta
|
||||
|
||||
def has_delta(self) -> bool:
|
||||
"""Whether the state has pending detla."""
|
||||
"""Whether the state has pending delta."""
|
||||
return bool(self._delta)
|
||||
|
||||
def get(self, key: str, default: Any = None) -> Any:
|
||||
|
||||
Reference in New Issue
Block a user