mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-18 11:22:22 -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:
@@ -267,11 +267,11 @@ def test_basemodel_list():
|
||||
# TODO: comment out this test for now as crewai requires python 3.10 as minimum
|
||||
# def test_crewai_tool():
|
||||
# docs_tool = CrewaiTool(
|
||||
# name='direcotry_read_tool',
|
||||
# name='directory_read_tool',
|
||||
# description='use this to find files for you.',
|
||||
# tool=FileReadTool(),
|
||||
# )
|
||||
# function_decl = docs_tool.get_declaration()
|
||||
# assert function_decl.name == 'direcotry_read_tool'
|
||||
# assert function_decl.name == 'directory_read_tool'
|
||||
# assert function_decl.parameters.type == 'OBJECT'
|
||||
# assert function_decl.parameters.properties['file_path'].type == 'STRING'
|
||||
|
||||
Reference in New Issue
Block a user