mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-07 21:50:25 +00:00
community: fix a typo in planner_prompt.py (#27489)
Description: Fix typo in planner_prompt.py.
This commit is contained in:
parent
edfe35c2a8
commit
cfcf783cb5
@ -6,7 +6,7 @@ from langchain_core.prompts.prompt import PromptTemplate
|
|||||||
API_PLANNER_PROMPT = """You are a planner that plans a sequence of API calls to assist with user queries against an API.
|
API_PLANNER_PROMPT = """You are a planner that plans a sequence of API calls to assist with user queries against an API.
|
||||||
|
|
||||||
You should:
|
You should:
|
||||||
1) evaluate whether the user query can be solved by the API documentated below. If no, say why.
|
1) evaluate whether the user query can be solved by the API documented below. If no, say why.
|
||||||
2) if yes, generate a plan of API calls and say what they are doing step by step.
|
2) if yes, generate a plan of API calls and say what they are doing step by step.
|
||||||
3) If the plan includes a DELETE call, you should always return an ask from the User for authorization first unless the User has specifically asked to delete something.
|
3) If the plan includes a DELETE call, you should always return an ask from the User for authorization first unless the User has specifically asked to delete something.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user