Skip to content

Commit 787ed3e

Browse files
committed
cosmetic changes
1 parent 13b3547 commit 787ed3e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

template_langgraph/tasks/run_kabuto_helpdesk_agent.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
11
import logging
22
import sys
33

4-
from langchain_core.tools import tool
5-
64
from template_langgraph.agents.kabuto_helpdesk_agent import KabutoHelpdeskAgent
75
from template_langgraph.loggers import get_logger
86

9-
10-
@tool
11-
def get_weather(city: str) -> str:
12-
"""天気情報を取得します"""
13-
return f"{city}は晴れです"
14-
15-
167
logger = get_logger(__name__)
178
logger.setLevel(logging.INFO)
189
COLLECTION_NAME = "documents"

0 commit comments

Comments
 (0)