Когда я пытаюсь связать этот инструмент с экземпляром ChatGoogleGenerativeAI ,
Код: Выделить всё
from langchain_core.tools import tool
@tool
def test(a: int, b: dict) -> str:
"""
test
"""
return f"a: {a}, b: {b}"
Код: Выделить всё
400 * GenerateContentRequest.tools[0].function_declarations[8].parameters.properties[b].properties: should be non-empty for OBJECT type
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
E0000 00:00:1733636038.240366 20980 init.cc:229] grpc_wait_for_shutdown_with_timeout() timed out.
Мне нужна помощь
Подробнее здесь: https://stackoverflow.com/questions/792 ... -langchain
Мобильная версия