We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b3547 commit 787ed3eCopy full SHA for 787ed3e
template_langgraph/tasks/run_kabuto_helpdesk_agent.py
@@ -1,18 +1,9 @@
1
import logging
2
import sys
3
4
-from langchain_core.tools import tool
5
-
6
from template_langgraph.agents.kabuto_helpdesk_agent import KabutoHelpdeskAgent
7
from template_langgraph.loggers import get_logger
8
9
10
-@tool
11
-def get_weather(city: str) -> str:
12
- """天気情報を取得します"""
13
- return f"{city}は晴れです"
14
15
16
logger = get_logger(__name__)
17
logger.setLevel(logging.INFO)
18
COLLECTION_NAME = "documents"
0 commit comments