Skip to content

Commit

Permalink
Merge branch 'main' into graphRAG_LI
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrugaro authored Oct 29, 2024
2 parents e4c839e + 6c670c9 commit d752dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comps/agent/langchain/src/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import yaml
from langchain.tools import BaseTool, StructuredTool
from langchain_community.agent_toolkits.load_tools import load_tools
from pydantic.v1 import BaseModel, Field, create_model
from pydantic import BaseModel, Field, create_model


def generate_request_function(url):
Expand Down

0 comments on commit d752dd5

Please sign in to comment.