You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain-hub/agents/zero-shot-react-sql/agent.json

7 lines
608 B
JSON

{
"load_from_llm_and_tools": true,
"_type": "zero-shot-react-description",
"prefix": "Answer the question as best you can.\n The answer you return should come directly from the database tools. Be very explicit and specific with what you want when you ask the databases for information. Finally, don't use SQL syntax in your request but rather use natural language. If you cannot get an answer from the provided tools, say \"There is not enough information in the DB to answer the question.\"\nYou have access to the following DB:",
"suffix": "Begin!\nQuestion: {input}\nThought:{agent_scratchpad}"
}