mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-20 04:12:21 -06:00
Fix typos in docstrings across multiple files (#101)
* Fix typos in docstrings across multiple files: 'conversaction' -> 'conversation' and 'dsiabled' -> 'disabled'. Update comments for clarity. * Fix typos in comments and docstrings across multiple files - Corrected "reqeust" to "request" in auth_preprocessor.py - Fixed "credentails" to "credentials" in auth_tool.py - Updated "agetn" to "agent" in cli_eval.py - Changed "creiteria" to "criteria" in cli_tools_click.py --------- Co-authored-by: fangyu <fangyu.jobs@gmail.com> Co-authored-by: Hangfei Lin <hangfei@google.com>
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
#
|
||||
# We expect that the underlying GenAI SDK will provide a certain
|
||||
# level of tracing and logging telemetry aligned with Open Telemetry
|
||||
# Semantic Conventions (such as logging prompts, respones, request
|
||||
# properties, etc.) and so the information that is recorded by the
|
||||
# Semantic Conventions (such as logging prompts, responses,
|
||||
# request properties, etc.) and so the information that is recorded by the
|
||||
# Agent Development Kit should be focused on the higher-level
|
||||
# constructs of the framework that are not observable by the SDK.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user