genai: Fix handling of optional arrays in tool input #2193
Annotations
5 errors and 1 warning
Analysing the code with our lint:
libs/genai/langchain_google_genai/_function_utils.py#L322
langchain_google_genai/_function_utils.py:322:89: E501 Line too long (96 > 88)
|
Analysing the code with our lint:
libs/genai/langchain_google_genai/_function_utils.py#L324
langchain_google_genai/_function_utils.py:324:89: E501 Line too long (95 > 88)
|
Analysing the code with our lint:
libs/genai/tests/unit_tests/test_function_utils.py#L532
tests/unit_tests/test_function_utils.py:532:40: F821 Undefined name `Field`
|
Analysing the code with our lint:
libs/genai/tests/unit_tests/test_function_utils.py#L535
tests/unit_tests/test_function_utils.py:535:89: E501 Line too long (100 > 88)
|
Analysing the code with our lint
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading