mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-27 07:17:43 -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:
@@ -53,7 +53,7 @@ def _raise_for_any_of_if_mldev(schema: types.Schema):
|
||||
|
||||
def _update_for_default_if_mldev(schema: types.Schema):
|
||||
if schema.default is not None:
|
||||
# TODO(kech): Remove this walkaround once mldev supports default value.
|
||||
# TODO(kech): Remove this workaround once mldev supports default value.
|
||||
schema.default = None
|
||||
logger.warning(
|
||||
'Default value is not supported in function declaration schema for'
|
||||
|
||||
Reference in New Issue
Block a user