Tool Calling Issue #2134
Unanswered
PranavScogo
asked this question in
Q&A
Replies: 1 comment
-
This is the BaseAgent """This file contains the base agent class.""" import re from llm import get_models_manager from agent_core.context import Context, _inject_ctx_into_tools class BaseAgent:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on a task which converts the Natural Language into SQL query, for which I have created 4 tools QuerySQLDatabaseTool(), InfoSQLDatabaseTool(), ListSQLDatabaseTool(),QuerySQLCheckerTool() similar to those which create_sql_agent is using in langchain.
But how to call these tools sequentially as required considdering examples provided in the prompt.
Beta Was this translation helpful? Give feedback.
All reactions